mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
delete unused variable.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16457 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9939a42b80
commit
3f9aa10f6a
@ -1735,7 +1735,6 @@ void LyXText::setCursorFromCoordinates(LCursor & cur, int const x, int const y)
|
||||
|
||||
bool bound = false;
|
||||
int xx = x;
|
||||
int right_margin = tm.rightMargin(pm);
|
||||
pos_type const pos = row.pos()
|
||||
+ tm.getColumnNearX(pit, row, xx, bound);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user