From 33636e218b18201984c730fb15e3254473c2d623 Mon Sep 17 00:00:00 2001 From: scrawl Date: Fri, 12 Sep 2014 07:17:14 +0200 Subject: [PATCH] Remove unneeded dummies --- libs/mygui_resource_plugin/plugin.cpp | 33 --------------------------- 1 file changed, 33 deletions(-) diff --git a/libs/mygui_resource_plugin/plugin.cpp b/libs/mygui_resource_plugin/plugin.cpp index a3d178051..793b0c9a5 100644 --- a/libs/mygui_resource_plugin/plugin.cpp +++ b/libs/mygui_resource_plugin/plugin.cpp @@ -25,39 +25,6 @@ namespace MyGUIPlugin MYGUI_RTTI_DERIVED(MWScrollBar) }; - // Dummy - not properly supportable without bringing in the whole ESM store - class MWSkill : public MyGUI::Widget - { - MYGUI_RTTI_DERIVED( MWSkill ) - }; - class MWAttribute : public MyGUI::Widget - { - MYGUI_RTTI_DERIVED( MWAttribute ) - }; - class MWSpell : public MyGUI::Widget - { - MYGUI_RTTI_DERIVED( MWSpell ) - }; - class MWEffectList : public MyGUI::Widget - { - MYGUI_RTTI_DERIVED( MWEffectList ) - }; - class MWSpellEffect : public MyGUI::Widget - { - MYGUI_RTTI_DERIVED( MWSpellEffect ) - }; - class MWDynamicStat : public MyGUI::Widget - { - MYGUI_RTTI_DERIVED( MWDynamicStat ) - }; - - // Dummy - runtime use only - class ExposedWindow : public MyGUI::Window - { - MYGUI_RTTI_DERIVED( ExposedWindow ) - }; - - const std::string& ResourcePlugin::getName() const { static const std::string name = "OpenMW resource plugin";