]> git.lyx.org Git - features.git/commitdiff
remove public access to cached position
authorAndré Pönitz <poenitz@gmx.net>
Mon, 17 Dec 2001 11:23:21 +0000 (11:23 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 17 Dec 2001 11:23:21 +0000 (11:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3223 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/formulabase.h

index 806a57480470a778edfc77af88f688ab12e22436..4f7e588ee1ac7faf54a14641fbd4e9571c8ffc5b 100644 (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: