Squash a warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28808 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-03-15 21:25:35 +00:00
parent 21d90e18d1
commit 5b185f8683

View File

@ -125,10 +125,6 @@ public:
private: private:
friend bool operator==(FontInfo const & lhs, FontInfo const & rhs); friend bool operator==(FontInfo const & lhs, FontInfo const & rhs);
/// The color used for painting
Color paint_color_;
/// ///
FontFamily family_; FontFamily family_;
/// ///
@ -141,6 +137,8 @@ private:
ColorCode color_; ColorCode color_;
/// ///
ColorCode background_; ColorCode background_;
/// The color used for painting
Color paint_color_;
/// ///
FontState emph_; FontState emph_;
/// ///