mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-11 06:40:34 +00:00
remove unused/double variable from CSMWorld::Column class
This commit is contained in:
parent
a799353f60
commit
51cd2bb5d9
@ -127,8 +127,6 @@ namespace CSMWorld
|
||||
template<typename ESXRecordT>
|
||||
struct Column : public ColumnBase
|
||||
{
|
||||
int mFlags;
|
||||
|
||||
Column (int columnId, Display displayType, int flags = Flag_Table | Flag_Dialogue)
|
||||
: ColumnBase (columnId, displayType, flags) {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user