]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.h
Fixed cut&paste bugs and added freespacing for ERT Insets.
[lyx.git] / src / lyxfont.h
index 4bd9ad0e9549fadcf6305dc6eec08f510d6ecfd4..9bf18307d49d9bd4c76e9e93f0c06ddb35a7fc60 100644 (file)
 
 #include "LString.h"
 #include "LColor.h"
-#include "language.h"
 
 class LyXLex;
 class BufferParams;
+class Language;
 
 
 ///
@@ -379,12 +379,6 @@ LyXFont::FONT_SHAPE LyXFont::shape() const
 }
 
 
-inline
-LyXFont::LyXFont()
-       : bits(sane), lang(default_language)
-{}
-
-
 inline
 LyXFont::FONT_FAMILY LyXFont::family() const 
 {
@@ -434,7 +428,6 @@ bool LyXFont::isSymbolFont() const
        default:
                return false;
        }
-       return false;
 }
 
 ///