From bfa58b211f767a0a7c86d6afb1fefa34d6ef333d Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 23 Sep 2009 19:51:55 +0000 Subject: [PATCH] LyXView: make it a pure virtual interface. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31458 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/LyXView.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/frontends/LyXView.h b/src/frontends/LyXView.h index ae84c0de14..8793c78eb7 100644 --- a/src/frontends/LyXView.h +++ b/src/frontends/LyXView.h @@ -44,8 +44,6 @@ namespace frontend { class LyXView { public: - /// - LyXView() {} /// virtual ~LyXView() {} @@ -86,11 +84,6 @@ public: /// even though the cursor moved. The update flags of \c cur might /// be changed. virtual void updateCompletion(Cursor & cur, bool start, bool keep) = 0; - -private: - /// noncopyable - LyXView(LyXView const &); - void operator=(LyXView const &); }; } // namespace frontend -- 2.39.5