diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-29 16:43:56 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-29 16:43:56 -0400 |
| commit | 1770e2893ab6b7767e1b7180fd2c049c74ab6293 (patch) | |
| tree | 2ae55f6365e950407131dbb1efdb6af3dcf8156b /sigscript/MapWrapper.h | |
| parent | 3ce66c611c72184c01181f493d161c6118e7204a (diff) | |
| download | sigen-1770e2893ab6b7767e1b7180fd2c049c74ab6293.tar.gz sigen-1770e2893ab6b7767e1b7180fd2c049c74ab6293.tar.xz sigen-1770e2893ab6b7767e1b7180fd2c049c74ab6293.zip | |
Maps don't have a type anymore
Diffstat (limited to 'sigscript/MapWrapper.h')
| -rw-r--r-- | sigscript/MapWrapper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sigscript/MapWrapper.h b/sigscript/MapWrapper.h index a3b7d172..fb3fe38f 100644 --- a/sigscript/MapWrapper.h +++ b/sigscript/MapWrapper.h @@ -47,10 +47,7 @@ class SIGSCRIPT_EXPORT MapWrapper : public ObjectWrapper MapWarpWrapper* warp(const int id); MapWildListWrapper* wildList(const int id); - Q_SCRIPTABLE Sigmod::Map::Type type(const QString& name) const; - Q_SCRIPTABLE QString name() const; - Q_SCRIPTABLE Sigmod::Map::Type type() const; Q_SCRIPTABLE int width() const; Q_SCRIPTABLE int height() const; |
