summaryrefslogtreecommitdiffstats
path: root/pokescripting/EggGroupWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/EggGroupWrapper.h')
-rw-r--r--pokescripting/EggGroupWrapper.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/pokescripting/EggGroupWrapper.h b/pokescripting/EggGroupWrapper.h
index 91ca7661..53665e3a 100644
--- a/pokescripting/EggGroupWrapper.h
+++ b/pokescripting/EggGroupWrapper.h
@@ -45,18 +45,6 @@ class POKESCRIPTING_EXPORT EggGroupWrapper : public ObjectWrapper
const Pokemod::EggGroup* m_eggGroup;
};
-
-inline EggGroupWrapper::EggGroupWrapper(const Pokemod::EggGroup* eggGroup, QObject* parent) :
- ObjectWrapper(eggGroup, parent),
- m_eggGroup(eggGroup)
-{
-}
-
-inline QString EggGroupWrapper::name() const
-{
- return m_eggGroup->name();
-}
-
}
#endif