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/pin_click_manager.hpp')
-rw-r--r--map/pin_click_manager.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/map/pin_click_manager.hpp b/map/pin_click_manager.hpp
index 2750432607..ef307fbf68 100644
--- a/map/pin_click_manager.hpp
+++ b/map/pin_click_manager.hpp
@@ -1,8 +1,6 @@
#pragma once
#include "map/bookmark.hpp"
-#include "graphics/defines.hpp"
-
#include "geometry/point2d.hpp"
#include "std/function.hpp"
@@ -27,7 +25,6 @@ class PinClickManager
public:
PinClickManager(Framework & f);
- void RenderPolicyCreated(graphics::EDensity density) {}
void LocationChanged(location::GpsInfo const & info) {}
void OnShowMark(UserMark const * mark);