]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Track whether title has been issued via OutputParams.
[lyx.git] / src / Buffer.cpp
index 620f5c29048fc30e949531918e464caece6ed27f..ec11ac2c88b3ca433b9d3d04495dec41b4cfc863 100644 (file)
@@ -2261,10 +2261,6 @@ Buffer::ExportStatus Buffer::writeLyXHTMLSource(odocstream & os,
                if (!styles.empty())
                        os << "\n<!-- Text Class Preamble -->\n" << styles << '\n';
 
-               styles = features.getPreambleSnippets().str;
-               if (!styles.empty())
-                       os << "\n<!-- Preamble Snippets -->\n" << styles << '\n';
-
                // we will collect CSS information in a stream, and then output it
                // either here, as part of the header, or else in a separate file.
                odocstringstream css;