remove public access to cached position

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3223 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-12-17 11:23:21 +00:00
parent 8b6b06cedc
commit 9ee57f7245

View File

@ -100,10 +100,6 @@ public:
///
virtual void updateLocal(BufferView * bv, bool mark_dirty);
///
int xo() const { return xo_; }
///
int yo() const { return yo_; }
///
BufferView * view() const { return view_; }
private: