]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.h
mathed31.diff
[lyx.git] / src / lyxfont.h
index ad1a4a17f0eba7aa59e5fc2c1a8bf9b3f2404408..5a5b283d247bee93935aeff4581adaa7a0219dba 100644 (file)
@@ -263,11 +263,6 @@ public:
        /// Sets color after LyX text format
        LyXFont & setLyXColor(string const &);
 
-#if 0
-       /// Sets size after GUI name
-       LyXFont & setGUISize(string const &);
-#endif
-       
        /// Returns size of font in LaTeX text notation
        string const latexSize() const;
  
@@ -325,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;