remove unused variable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19789 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Alfredo Braunstein 2007-08-25 12:38:54 +00:00
parent 6c74eefd9f
commit 314bc39ae9

View 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_;
};