mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
Remove unneeded dummies
This commit is contained in:
parent
a413e91442
commit
33636e218b
1 changed files with 0 additions and 33 deletions
|
@ -25,39 +25,6 @@ namespace MyGUIPlugin
|
||||||
MYGUI_RTTI_DERIVED(MWScrollBar)
|
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
|
const std::string& ResourcePlugin::getName() const
|
||||||
{
|
{
|
||||||
static const std::string name = "OpenMW resource plugin";
|
static const std::string name = "OpenMW resource plugin";
|
||||||
|
|
Loading…
Reference in a new issue