mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
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:
parent
8b6b06cedc
commit
9ee57f7245
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user