mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 20:36:40 +00:00
remove unused/double variable from CSMWorld::Column class
This commit is contained in:
parent
a799353f60
commit
51cd2bb5d9
1 changed files with 0 additions and 2 deletions
|
@ -127,8 +127,6 @@ namespace CSMWorld
|
||||||
template<typename ESXRecordT>
|
template<typename ESXRecordT>
|
||||||
struct Column : public ColumnBase
|
struct Column : public ColumnBase
|
||||||
{
|
{
|
||||||
int mFlags;
|
|
||||||
|
|
||||||
Column (int columnId, Display displayType, int flags = Flag_Table | Flag_Dialogue)
|
Column (int columnId, Display displayType, int flags = Flag_Table | Flag_Dialogue)
|
||||||
: ColumnBase (columnId, displayType, flags) {}
|
: ColumnBase (columnId, displayType, flags) {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue