]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXView.h
Remove unused UI file.
[lyx.git] / src / frontends / LyXView.h
index 8793c78eb787d4f636dbfdc9b453886e99a7f7a4..6813d759bd6f6bc7b2158241cb9ee7f8e9436c39 100644 (file)
@@ -57,15 +57,6 @@ public:
        virtual BufferView const * documentBufferView() const = 0;
        //@}
 
-       /// set a buffer to the current workarea.
-       virtual void setBuffer(Buffer * b) = 0; ///< \c Buffer to set.
-
-       /// load a document into the current workarea.
-       virtual Buffer * loadDocument(
-               support::FileName const &  name, ///< File to load.
-               bool tolastfiles = true  ///< append to the "Open recent" menu?
-               ) = 0;
-
        /// display a message in the view
        virtual void message(docstring const &) = 0;