summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MapWrapper.cpp')
-rw-r--r--sigscript/MapWrapper.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/sigscript/MapWrapper.cpp b/sigscript/MapWrapper.cpp
index a035a03b..d3f32823 100644
--- a/sigscript/MapWrapper.cpp
+++ b/sigscript/MapWrapper.cpp
@@ -89,11 +89,6 @@ Sigscript::TileWrapper* Sigscript::MapWrapper::tile(const int row, const int col
return sigmod()->tile(m_map->tile(row, column));
}
-QPoint Sigscript::MapWrapper::mapSize() const
-{
- return m_map->size();
-}
-
Sigscript::MapEffectWrapper* Sigscript::MapWrapper::effect(const QString& name)
{
for (int i = 0; i < m_map->effectCount(); ++i)