summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MapWrapper.cpp')
-rw-r--r--sigscript/MapWrapper.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/sigscript/MapWrapper.cpp b/sigscript/MapWrapper.cpp
index 30e2a6d3..00200272 100644
--- a/sigscript/MapWrapper.cpp
+++ b/sigscript/MapWrapper.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -81,11 +81,6 @@ QString Sigscript::MapWrapper::name() const
return m_map->name();
}
-Sigscript::MapWarpWrapper* Sigscript::MapWrapper::flyWarp()
-{
- return MapWarpWrapper::create(m_map->warpById(m_map->flyWarp()), this);
-}
-
Sigmod::Map::Type Sigscript::MapWrapper::type() const
{
return m_map->type();