My compiler was complaining about some variables that were declared but not 
used. Not any more. Patch attached.

Angus
Index: src/mathed/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v
retrieving revision 1.218
diff -u -p -r1.218 ChangeLog
--- src/mathed/ChangeLog	2 Apr 2002 02:45:23 -0000	1.218
+++ src/mathed/ChangeLog	4 Apr 2002 11:00:24 -0000
@@ -1,3 +1,7 @@
+2002-04-04 Angus Leeming  <[EMAIL PROTECTED]>
+
+	* formulabase.C: remove unused variables hack_x, hack_y, hack_button.
+
 2002-04-02  Allan Rae  <[EMAIL PROTECTED]>
 
 	* math_cursor.C (info): make it work with lyxstring and std::string
Index: src/mathed/formulabase.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/formulabase.C,v
retrieving revision 1.140
diff -u -p -r1.140 formulabase.C
--- src/mathed/formulabase.C	4 Apr 2002 10:11:13 -0000	1.140
+++ src/mathed/formulabase.C	4 Apr 2002 11:00:28 -0000
@@ -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)

Reply via email to