]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
mention our own thesaurus dictionary repository.
[lyx.git] / src / OutputParams.cpp
index 454d82ae73d4b6414ddfc5388af1957bb5204f22..3ef6c7ace851d416c80a927efde680206080e682 100644 (file)
@@ -20,8 +20,7 @@ namespace lyx {
 
 OutputParams::OutputParams(Encoding const * enc)
        : flavor(LATEX), math_flavor(NotApplicable), nice(false), moving_arg(false), 
-         inulemcmd(false), inTitle(false), didTitle(false), local_font(0),
-         master_language(0), encoding(enc),
+         inulemcmd(false), local_font(0), master_language(0), encoding(enc),
          free_spacing(false), use_babel(false), use_polyglossia(false),
          use_indices(false), use_japanese(false), linelen(0), depth(0),
          exportdata(new ExportData),