]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Remove obsolete (and false) comment.
[lyx.git] / src / OutputParams.h
index 7e578c3b0c07293f7162952ba1f78278de1f1a28..5503d8b7cd191b1f2c944abd14b69fa18ce320b0 100644 (file)
@@ -357,12 +357,6 @@ public:
 
        /// Explicit output folder, if any is desired
        std::string export_folder;
-
-       /// Have we already output the title?
-       mutable bool already_title;
-       /// Used to signal we need to output \end{TITLEBLOCK} when title
-       /// environment is used.
-       mutable bool issued_title_cmd;
 };