]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetQuotes.h
Typo
[features.git] / src / insets / InsetQuotes.h
index 4035e13916c70f64e3548ed1781b8f17a13de2cc..c4b525ce8c8de6757364af799779eb8cf26fd28a 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "Inset.h"
 
-#include "support/docstring.h"
+#include <map>
 
 
 namespace lyx {
@@ -200,8 +200,6 @@ private:
        QuoteLevel level_ = QuoteLevel::Primary;
        ///
        QuoteStyle global_style_ = QuoteStyle::English;
-       /// Current font encoding
-       std::string fontenc_;
        /// Code of the contextual language
        std::string context_lang_;
        /// Is this in a pass-thru context?