X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPDFOptions.h;h=4ab0d9e3ad7488c52d8f1d0943b5533e992894e6;hb=26ba2a65838731ce639a09539f617cb0f0be3b22;hp=756c2f70a4e37482dc8be9c84853b47f17c9c2b1;hpb=93a43742a5f1db8a632233c15e2b8d61b4835f3a;p=lyx.git diff --git a/src/PDFOptions.h b/src/PDFOptions.h index 756c2f70a4..4ab0d9e3ad 100644 --- a/src/PDFOptions.h +++ b/src/PDFOptions.h @@ -12,15 +12,13 @@ #ifndef PDFOPTIONS_H #define PDFOPTIONS_H -#include "OutputParams.h" - -#include "support/strfwd.h" - #include namespace lyx { class Lexer; +class OutputParams; +class otexstream; // FIXME UNICODE // Write functions need to use odostream instead of ostream before @@ -142,14 +140,6 @@ public: * are checked. */ std::string quoted_options_check(std::string const & str) const; - - - /** - * Flag indicating whether user made some input into PDF preferences. - * We want to save options, when user decide to switch off PDF support - * for a while. - */ - bool store_options; }; } // namespace lyx