Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'map/user_mark.hpp')
-rw-r--r--map/user_mark.hpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/map/user_mark.hpp b/map/user_mark.hpp
index 73420bc00d..7ec98cc8f1 100644
--- a/map/user_mark.hpp
+++ b/map/user_mark.hpp
@@ -14,12 +14,6 @@
class UserMarkContainer;
class PaintOverlayEvent;
class UserMarkDLCache;
-
-namespace graphics
-{
- class DisplayList;
-}
-
class UserMarkCopy;
class UserMark
@@ -197,7 +191,7 @@ class ICustomDrawable : public UserMark
public:
ICustomDrawable(m2::PointD const & ptOrg, UserMarkContainer * container) : UserMark(ptOrg, container) {}
bool IsCustomDrawable() const { return true; }
- virtual graphics::DisplayList * GetDisplayList(UserMarkDLCache * cache) const = 0;
+ //virtual graphics::DisplayList * GetDisplayList(UserMarkDLCache * cache) const = 0;
virtual double GetAnimScaleFactor() const = 0;
virtual m2::PointD const & GetPixelOffset() const = 0;
};