From: André Pönitz Date: Mon, 17 Dec 2001 11:23:21 +0000 (+0000) Subject: remove public access to cached position X-Git-Tag: 1.6.10~20159 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9ee57f724595b9b9ea3b0b2b596a0c857695474d;p=features.git remove public access to cached position git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3223 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/formulabase.h b/src/mathed/formulabase.h index 806a574804..4f7e588ee1 100644 --- a/src/mathed/formulabase.h +++ b/src/mathed/formulabase.h @@ -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: