]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.C
mathed31.diff
[lyx.git] / src / lyxfont.C
index 5c81bcfacce8dceb8cfd015d1b2763cbdef24021..068f76252f0c386778c19902598c0f0f2c898bd6 100644 (file)
@@ -504,20 +504,6 @@ LyXFont & LyXFont::setLyXColor(string const & col)
 }
 
 
-#if 0
-/// Sets size after GUI name
-LyXFont & LyXFont::setGUISize(string const & siz)
-{
-       // CHECK this might be wrong.
-       /// ??????
-       // this is how it was how it was done in the lyx repository...
-       // but this does not make sense.
-       setColor(lcolor.getFromGUIName(siz));
-       return *this;
-}
-#endif
-
-
 // Returns size in latex format
 string const LyXFont::latexSize() const
 {