]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.h
mathed31.diff
[lyx.git] / src / lyxfont.h
index aedd3236f50f182f65a38001b06b1bb2dc076256..5a5b283d247bee93935aeff4581adaa7a0219dba 100644 (file)
@@ -262,10 +262,7 @@ public:
 
        /// Sets color after LyX text format
        LyXFont & setLyXColor(string const &);
-       /// Sets size after GUI name
-       LyXFont & setGUISize(string const &);
+
        /// Returns size of font in LaTeX text notation
        string const latexSize() const;
  
@@ -323,10 +320,6 @@ public:
        friend
        bool operator==(LyXFont const & font1, LyXFont const & font2);
 
-       ///
-       friend 
-       bool operator!=(LyXFont const & font1, LyXFont const & font2);
-
        /// compares two fonts, ignoring the setting of the Latex part.
        bool equalExceptLatex(LyXFont const &) const;