]> git.lyx.org Git - features.git/commitdiff
remove unused variable
authorAlfredo Braunstein <abraunst@lyx.org>
Sat, 25 Aug 2007 12:38:54 +0000 (12:38 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Sat, 25 Aug 2007 12:38:54 +0000 (12:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19789 a592a061-630c-0410-9148-cb99ea01b6c8

src/CursorSlice.h

index ebb695e4da7b5cbc68c898e852d08490a23355d4..94a2cb325110c0a3e6f7ed0c4106ecb2a085f3e1 100644 (file)
@@ -152,8 +152,6 @@ private:
        idx_type idx_;
        /// paragraph in this cell (used by texted)
        pit_type pit_;
-       /// true if 'pit' was properly initialized
-       bool pit_valid_;
        /// position in this cell
        pos_type pos_;
 };