From c70e6fea61f766ba360e1c9345c8b6647c735480 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 4 Apr 2002 11:59:32 +0000 Subject: [PATCH] Remove last traces of the hack used until yesterday for the cursor positioning with the mouse. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3902 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 ++++ src/mathed/formulabase.C | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 5ec79f8e32..53fac42189 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2002-04-04 Angus Leeming + + * formulabase.C: remove unused variables hack_x, hack_y, hack_button. + 2002-04-02 Allan Rae * math_cursor.C (info): make it work with lyxstring and std::string diff --git a/src/mathed/formulabase.C b/src/mathed/formulabase.C index 68d1189bfd..401dc92bd9 100644 --- a/src/mathed/formulabase.C +++ b/src/mathed/formulabase.C @@ -65,9 +65,6 @@ namespace { // local global int first_x; int first_y; -int hack_x; -int hack_y; -int hack_button; void handleFont(BufferView * bv, string const & arg, MathTextCodes t) -- 2.39.2