summaryrefslogtreecommitdiffstats
path: root/sigmod
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-19 18:51:58 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-19 18:51:58 -0400
commit71b55b334827dfdfe565bfdc72263a945fb462ec (patch)
tree7205abf95caad7f505a273bd9de9c6705b71f908 /sigmod
parent3c0b6746f6984485217f0f3aa5b20c91e36949c4 (diff)
downloadsigen-71b55b334827dfdfe565bfdc72263a945fb462ec.tar.gz
sigen-71b55b334827dfdfe565bfdc72263a945fb462ec.tar.xz
sigen-71b55b334827dfdfe565bfdc72263a945fb462ec.zip
Remove other MapWarp type stuff
Diffstat (limited to 'sigmod')
-rw-r--r--sigmod/MapWarp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sigmod/MapWarp.h b/sigmod/MapWarp.h
index 4a2fb490..75ffb47b 100644
--- a/sigmod/MapWarp.h
+++ b/sigmod/MapWarp.h
@@ -110,12 +110,6 @@ class SIGMOD_EXPORT MapWarp : public Object
*/
void setArea(const QPainterPath& area);
/**
- * Sets the type of the warp.
- *
- * \param type The type of the warp.
- */
- void setType(const Type type);
- /**
* Sets the id of the target map of the warp.
*
* \param toMap The id of the target map.
@@ -153,12 +147,6 @@ class SIGMOD_EXPORT MapWarp : public Object
*/
QPainterPath area() const;
/**
- * \sa setType
- *
- * \return The type of the warp.
- */
- Type type() const;
- /**
* \sa setToMap
*
* \return The id of the target map of the warp.