From 71b55b334827dfdfe565bfdc72263a945fb462ec Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 19 Mar 2009 18:51:58 -0400 Subject: Remove other MapWarp type stuff --- sigmod/MapWarp.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sigmod/MapWarp.h b/sigmod/MapWarp.h index 4a2fb490..75ffb47b 100644 --- a/sigmod/MapWarp.h +++ b/sigmod/MapWarp.h @@ -109,12 +109,6 @@ class SIGMOD_EXPORT MapWarp : public Object * \param area The area of the map the warp takes up. */ 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. * @@ -152,12 +146,6 @@ class SIGMOD_EXPORT MapWarp : public Object * \return The area that the warp takes up. */ QPainterPath area() const; - /** - * \sa setType - * - * \return The type of the warp. - */ - Type type() const; /** * \sa setToMap * -- cgit