mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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
This commit is contained in:
parent
1a71c1b2d2
commit
c70e6fea61
@ -1,3 +1,7 @@
|
||||
2002-04-04 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* formulabase.C: remove unused variables hack_x, hack_y, hack_button.
|
||||
|
||||
2002-04-02 Allan Rae <rae@lyx.org>
|
||||
|
||||
* math_cursor.C (info): make it work with lyxstring and std::string
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user