From d17443277725cabd81b18290186e4405425ab02e Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 29 Nov 2006 21:54:33 +0000 Subject: [PATCH] remove unused variable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16114 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/text2.C | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.39.5