]> git.lyx.org Git - lyx.git/blobdiff - src/Font.cpp
Support the new Indian Rupee currency symbol.
[lyx.git] / src / Font.cpp
index bd9541f0d1f874c055e406a924530ac7220c2d07..cf8ea617855cc619cc8879948ac0487fb339796f 100644 (file)
@@ -95,7 +95,7 @@ char const * LaTeXSizeNames[14] =
 
 
 Font::Font(FontInfo bits, Language const * l)
-       : bits_(bits), lang_(l), misspelled_(false), open_encoding_(false)
+       : bits_(bits), lang_(l), open_encoding_(false)
 {
        if (!lang_)
                lang_ = default_language;