]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.h
rename Inset to InsetOld
[lyx.git] / src / lyxfont.h
index 17b2359b11a0217262fd774c19e269f87863c828..07d71d280413ae5f9780a7f02e726be5ecc643ea 100644 (file)
 #ifndef LYXFONT_H
 #define LYXFONT_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include <iosfwd>
 
 #include "LString.h"
@@ -451,5 +447,4 @@ bool operator!=(LyXFont const & font1, LyXFont const & font2)
        return !(font1 == font2);
 }
 
-
 #endif