]> git.lyx.org Git - lyx.git/blobdiff - src/text2.C
do not create invalid .lyx files when importing \i{}, \j{}, \l{} or \L{}.
[lyx.git] / src / text2.C
index cfd6b11b419c3cb407a293f8b8703ae5d8c288a5..0947c0303bfd62aa3b3458d2f19deec71822c39f 100644 (file)
@@ -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();