]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSendto.h
Disable CheckTeX while buffer is processed
[lyx.git] / src / frontends / qt4 / GuiSendto.h
index 64284c180d8724a7fe4a87e6ee06896ff938ea04..ba0a2456f4960bf2ea63892ea1e4729fdecb5c80 100644 (file)
@@ -46,8 +46,6 @@ private:
        /// Update the dialog
        void updateContents();
 
-       ///
-       std::vector<Format const *> all_formats_;
        ///
        bool initialiseParams(std::string const & data);
        ///
@@ -61,9 +59,6 @@ private:
        ///
        FuncCode getLfun() const { return LFUN_BUFFER_EXPORT_CUSTOM; }
 
-       /// Return a vector of those formats that can be exported from "lyx".
-       std::vector<Format const *> allFormats() const;
-
 private:
        ///
        Format const * format_;