]> git.lyx.org Git - features.git/commitdiff
LyXView: Remove unneeded interface.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 23 Sep 2009 19:49:36 +0000 (19:49 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 23 Sep 2009 19:49:36 +0000 (19:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31457 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/LyXView.h

index 2b1d3d8e92b441a73d0526c9b52338a2b16ffe0f..ae84c0de14b45e15537175289d351289224a2f42 100644 (file)
@@ -48,11 +48,6 @@ public:
        LyXView() {}
        ///
        virtual ~LyXView() {}
-       ///
-       virtual int id() const = 0;
-
-       /// show busy cursor
-       virtual void setBusy(bool) = 0;
 
        //@{ generic accessor functions
 
@@ -62,6 +57,7 @@ public:
        /// \return the current document buffer view.
        virtual BufferView * documentBufferView() = 0;
        virtual BufferView const * documentBufferView() const = 0;
+       //@}
 
        /// set a buffer to the current workarea.
        virtual void setBuffer(Buffer * b) = 0; ///< \c Buffer to set.
@@ -71,11 +67,6 @@ public:
                support::FileName const &  name, ///< File to load.
                bool tolastfiles = true  ///< append to the "Open recent" menu?
                ) = 0;
-       ///
-       virtual void newDocument(std::string const & filename,
-               bool fromTemplate) = 0;
-
-       //@}
 
        /// display a message in the view
        virtual void message(docstring const &) = 0;