summaryrefslogtreecommitdiffstats
path: root/pokescripting/MoveWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/MoveWrapper.h')
-rw-r--r--pokescripting/MoveWrapper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pokescripting/MoveWrapper.h b/pokescripting/MoveWrapper.h
index eab6d53f..7dbb48cf 100644
--- a/pokescripting/MoveWrapper.h
+++ b/pokescripting/MoveWrapper.h
@@ -39,7 +39,6 @@ class POKESCRIPTING_EXPORT MoveWrapper : public ObjectWrapper
int power() const;
const TypeWrapper* type() const;
bool special() const;
- bool overworld() const;
int powerPoints() const;
int priority() const;
QString description() const;
@@ -80,11 +79,6 @@ inline bool MoveWrapper::special() const
return m_move->special();
}
-inline bool MoveWrapper::overworld() const
-{
- return m_move->overworld();
-}
-
inline int MoveWrapper::powerPoints() const
{
return m_move->powerPoints();