]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Move bind file format tag to LyXAction.cpp, and rename it.
[lyx.git] / src / OutputParams.h
index 5631907760a00660af6582993095efbc4124c4dc..c9129eae3e9dd1d805ccb5d719c884e8d4a52d0d 100644 (file)
@@ -99,14 +99,6 @@ public:
        */
        mutable bool inulemcmd;
 
-       /** Whether we are in the process of outputting title information. 
-        */ 
-       mutable bool inTitle; 
-
-       /** Whether we have arleady output \maketitle or whatever.
-        */
-       mutable bool didTitle;
-
        /** the font at the point where the inset is
         */
        Font const * local_font;