diff options
| -rw-r--r-- | sigmod/MapWarp.h | 12 |
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. |
