diff options
Diffstat (limited to 'common/image-map.h')
-rw-r--r-- | common/image-map.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/image-map.h b/common/image-map.h index 1148d96764..eaf803178d 100644 --- a/common/image-map.h +++ b/common/image-map.h @@ -43,11 +43,6 @@ public: Polygon *createPolygonArea(const String& id); void removeArea(const String& id); void removeAllAreas(); - - //void addMapArea(Shape *shape, const String& target); - /*void addRectMapArea(const Rect& rect, const String& target); - void addPolygonMapArea(const Polygon& poly, const String& target); -*/ String findMapArea(int16 x, int16 y); protected: |