]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Remove unused font variable which caused a warning.
[lyx.git] / src / LaTeXFeatures.h
index e4b263e004cd8432f72c1c69e53b8e6e1b9a6207..fa1dbc33b76bf936dfd29d3ff568c72544655def 100644 (file)
@@ -5,7 +5,7 @@
 *           LyX, The Document Processor
 *        
 *           Copyright 1995 Matthias Ettrich
-*           Copyright 1995-2000 the LyX Team.
+*           Copyright 1995-2001 the LyX Team.
 *
 * ====================================================== */
 
@@ -93,6 +93,8 @@ struct LaTeXFeatures {
        bool prettyref; // prettyref.sty
        ///
        bool chess;     // chess.sty
+       ///
+       bool natbib;    // natbib.sty
 
        ///
        bool lyx;
@@ -126,7 +128,7 @@ struct LaTeXFeatures {
        std::vector<bool> layout;
 
        ///
-       bool LyXParagraphIndent;
+       bool ParagraphIndent;
        ///
        bool NeedLyXFootnoteCode;
        ///