]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.h
Fix #1736
[lyx.git] / src / outputparams.h
index f50e4f28fc56b30cf58304398e25a589f5e9c532..b03dad6009217ca9919c11a64eb3caa977d255ec 100644 (file)
@@ -73,12 +73,6 @@ struct OutputParams {
        */
        bool use_babel;
 
-       /** Used for docbook to see if inside a region of mixed content.
-           In that case all the white spaces are significant and cannot appear
-           at the begin or end.
-       */
-       bool mixed_content;
-
        /** Line length to use with plaintext export.
        */
        lyx::size_type linelen;