mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
remove unused variable
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16114 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
868dd237d1
commit
d174432777
@ -915,7 +915,6 @@ pit_type LyXText::getPitNearY(BufferView & bv, int y)
|
||||
<< endl;
|
||||
|
||||
// look for highest numbered paragraph with y coordinate less than given y
|
||||
bool found = false;
|
||||
pit_type pit = 0;
|
||||
int yy = -1;
|
||||
CoordCache::InnerParPosCache::const_iterator it = cc.begin();
|
||||
|
Loading…
Reference in New Issue
Block a user