]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.h
compil fix for Qt-4.2
[lyx.git] / src / LyXFunc.h
index 3a0dd617dbc0f8ae776140e40dba1975b190a669..ab8e9debf280836f79d4989e8dbe5b2b5f4cceae 100644 (file)
@@ -87,10 +87,6 @@ public:
        ///             not the current buffer
        void gotoBookmark(unsigned int idx, bool openFile, bool switchToBuffer);
 
-       /// load a buffer into the current workarea.
-       Buffer * loadAndViewFile(support::FileName const &  name, ///< File to load.
-               bool tolastfiles = true);  ///< append to the "Open recent" menu?
-
        /// cursor x position before dispatch started
        int cursorBeforeDispatchX() const {
                return cursorPosBeforeDispatchX_;
@@ -133,10 +129,6 @@ private:
        void sendDispatchMessage(docstring const & msg,
                FuncRequest const & ev);
 
-       ///
-       void open(std::string const &);
-       ///
-       void doImport(std::string const &);
        ///
        void closeBuffer();
        ///