mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
remove unneeded functions
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21558 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
34859c9a4f
commit
bc20c9f382
@ -23,9 +23,6 @@ class KeySymbol;
|
||||
|
||||
namespace frontend {
|
||||
|
||||
class LyXView;
|
||||
class Painter;
|
||||
|
||||
/**
|
||||
* The work area class represents the widget that provides the
|
||||
* view onto a document. It is owned by the BufferView, and
|
||||
@ -38,11 +35,8 @@ class WorkArea
|
||||
public:
|
||||
///
|
||||
WorkArea() {}
|
||||
|
||||
virtual ~WorkArea();
|
||||
|
||||
///
|
||||
virtual void setLyXView(LyXView & lv) = 0;
|
||||
virtual ~WorkArea();
|
||||
|
||||
///
|
||||
virtual BufferView & bufferView() = 0;
|
||||
|
@ -135,8 +135,6 @@ public:
|
||||
/// hide the cursor
|
||||
virtual void removeCursor();
|
||||
///
|
||||
void setLyXView(LyXView & lv) { lyx_view_ = &lv; }
|
||||
///
|
||||
BufferView & bufferView();
|
||||
///
|
||||
BufferView const & bufferView() const;
|
||||
|
Loading…
Reference in New Issue
Block a user