summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWrapper.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-29 16:43:56 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-29 16:43:56 -0400
commit1770e2893ab6b7767e1b7180fd2c049c74ab6293 (patch)
tree2ae55f6365e950407131dbb1efdb6af3dcf8156b /sigscript/MapWrapper.h
parent3ce66c611c72184c01181f493d161c6118e7204a (diff)
downloadsigen-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.h3
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;