1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 06:09:42 +00:00

Remove dead code

This commit is contained in:
Evil Eye 2024-02-13 19:30:32 +01:00
parent c889026b71
commit 8f88838ff5

View file

@ -21,24 +21,6 @@
#include "animationbindings.hpp"
#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
{
using BlendMask = MWRender::Animation::BlendMask;