mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-01 15:26:42 +00:00
Remove redundant is_automagicals
This commit is contained in:
parent
0519e1215f
commit
e54decc830
3 changed files with 0 additions and 16 deletions
|
|
@ -18,14 +18,6 @@ namespace sol
|
|||
struct is_automagical<ESM::BirthSign> : std::false_type
|
||||
{
|
||||
};
|
||||
template <>
|
||||
struct is_automagical<MWWorld::Store<ESM::BirthSign>> : std::false_type
|
||||
{
|
||||
};
|
||||
template <>
|
||||
struct is_automagical<ESM::SpellList> : std::false_type
|
||||
{
|
||||
};
|
||||
}
|
||||
|
||||
namespace MWLua
|
||||
|
|
|
|||
|
|
@ -17,10 +17,6 @@ namespace sol
|
|||
struct is_automagical<ESM::Class> : std::false_type
|
||||
{
|
||||
};
|
||||
template <>
|
||||
struct is_automagical<MWWorld::Store<ESM::Class>> : std::false_type
|
||||
{
|
||||
};
|
||||
}
|
||||
|
||||
namespace MWLua
|
||||
|
|
|
|||
|
|
@ -35,10 +35,6 @@ namespace sol
|
|||
{
|
||||
};
|
||||
template <>
|
||||
struct is_automagical<MWWorld::Store<ESM::Race>> : std::false_type
|
||||
{
|
||||
};
|
||||
template <>
|
||||
struct is_automagical<RaceAttributes> : std::false_type
|
||||
{
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue