mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-30 05:12:40 +00:00
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:
parent
6c74eefd9f
commit
314bc39ae9
@ -152,8 +152,6 @@ private:
|
|||||||
idx_type idx_;
|
idx_type idx_;
|
||||||
/// paragraph in this cell (used by texted)
|
/// paragraph in this cell (used by texted)
|
||||||
pit_type pit_;
|
pit_type pit_;
|
||||||
/// true if 'pit' was properly initialized
|
|
||||||
bool pit_valid_;
|
|
||||||
/// position in this cell
|
/// position in this cell
|
||||||
pos_type pos_;
|
pos_type pos_;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user