mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 01:41:33 +00:00
Remove dead code
This commit is contained in:
parent
c889026b71
commit
8f88838ff5
1 changed files with 0 additions and 18 deletions
|
@ -21,24 +21,6 @@
|
||||||
#include "animationbindings.hpp"
|
#include "animationbindings.hpp"
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
namespace MWLua
|
|
||||||
{
|
|
||||||
struct AnimationGroup;
|
|
||||||
struct TextKeyCallback;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace sol
|
|
||||||
{
|
|
||||||
template <>
|
|
||||||
struct is_automagical<MWLua::AnimationGroup> : std::false_type
|
|
||||||
{
|
|
||||||
};
|
|
||||||
template <>
|
|
||||||
struct is_automagical<std::shared_ptr<MWLua::TextKeyCallback>> : std::false_type
|
|
||||||
{
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace MWLua
|
namespace MWLua
|
||||||
{
|
{
|
||||||
using BlendMask = MWRender::Animation::BlendMask;
|
using BlendMask = MWRender::Animation::BlendMask;
|
||||||
|
|
Loading…
Reference in a new issue