From: Abdelrazak Younes Date: Wed, 23 Sep 2009 19:49:36 +0000 (+0000) Subject: LyXView: Remove unneeded interface. X-Git-Tag: 2.0.0~5451 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=783ba3146721fab083ea7da71589b2a89180e5fe;p=features.git LyXView: Remove unneeded interface. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31457 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/LyXView.h b/src/frontends/LyXView.h index 2b1d3d8e92..ae84c0de14 100644 --- a/src/frontends/LyXView.h +++ b/src/frontends/LyXView.h @@ -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;