From 8f88838ff515baafa0798f55a9b063259f253dc6 Mon Sep 17 00:00:00 2001 From: Evil Eye Date: Tue, 13 Feb 2024 19:30:32 +0100 Subject: [PATCH] Remove dead code --- apps/openmw/mwlua/animationbindings.cpp | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/apps/openmw/mwlua/animationbindings.cpp b/apps/openmw/mwlua/animationbindings.cpp index d024c41307..5c4ccf7212 100644 --- a/apps/openmw/mwlua/animationbindings.cpp +++ b/apps/openmw/mwlua/animationbindings.cpp @@ -21,24 +21,6 @@ #include "animationbindings.hpp" #include -namespace MWLua -{ - struct AnimationGroup; - struct TextKeyCallback; -} - -namespace sol -{ - template <> - struct is_automagical : std::false_type - { - }; - template <> - struct is_automagical> : std::false_type - { - }; -} - namespace MWLua { using BlendMask = MWRender::Animation::BlendMask;