X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPDFOptions.h;h=d74caf430e638c65cd353970b6bdc0f2554113df;hb=7d54d78691a02b090da75da15fabc81e27552cad;hp=cd99b2afc10d4859bcfc30fdfc673fe425389116;hpb=c6648aaeb9d9b870aa65a48fe649388198a0f5bd;p=lyx.git diff --git a/src/PDFOptions.h b/src/PDFOptions.h index cd99b2afc1..d74caf430e 100644 --- a/src/PDFOptions.h +++ b/src/PDFOptions.h @@ -141,15 +141,7 @@ public: * Returns repaired string. For the time being only newlines * 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; + std::string quoted_options_check(std::string const & str) const; }; } // namespace lyx