diff --git a/src/text2.C b/src/text2.C index cfd6b11b41..0947c0303b 100644 --- a/src/text2.C +++ b/src/text2.C @@ -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();