forked from teamnwah/openmw-tes3coop
getting rid of not needed abstract class
This commit is contained in:
parent
873cfcf447
commit
256b075914
1 changed files with 0 additions and 6 deletions
|
@ -130,12 +130,6 @@ namespace CSMWorld
|
||||||
throw std::logic_error ("Column " + getTitle() + " is not editable");
|
throw std::logic_error ("Column " + getTitle() + " is not editable");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename ESXRecordT>
|
|
||||||
struct NestedColumn
|
|
||||||
{
|
|
||||||
virtual QVariant getNested(const Record<ESXRecordT>& record, int subColumn, int subSow) const = 0;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue