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:
Abdelrazak Younes 2007-01-01 10:53:10 +00:00
parent 9939a42b80
commit 3f9aa10f6a

View File

@ -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);