From 9ee57f724595b9b9ea3b0b2b596a0c857695474d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 17 Dec 2001 11:23:21 +0000 Subject: [PATCH] remove public access to cached position git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3223 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/formulabase.h | 4 ---- 1 file changed, 4 deletions(-) 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: -- 2.39.2