summaryrefslogtreecommitdiffstats
path: root/pokescripting/AuthorWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/AuthorWrapper.h')
-rw-r--r--pokescripting/AuthorWrapper.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/pokescripting/AuthorWrapper.h b/pokescripting/AuthorWrapper.h
index f4784fec..98259c7f 100644
--- a/pokescripting/AuthorWrapper.h
+++ b/pokescripting/AuthorWrapper.h
@@ -47,28 +47,6 @@ class POKESCRIPTING_EXPORT AuthorWrapper : public ObjectWrapper
const Pokemod::Author* m_author;
};
-
-inline AuthorWrapper::AuthorWrapper(const Pokemod::Author* author, QObject* parent) :
- ObjectWrapper(author, parent),
- m_author(author)
-{
-}
-
-inline QString AuthorWrapper::name() const
-{
- return m_author->name();
-}
-
-inline QString AuthorWrapper::email() const
-{
- return m_author->email();
-}
-
-inline QString AuthorWrapper::role() const
-{
- return m_author->role();
-}
-
}
#endif