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:
authorExMix <rahuba.youri@mapswithme.com>2013-06-05 18:34:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:56:17 +0300
commitf2f57c096dd621281e36ce11726d41a8384f3cfd (patch)
treea7e7659b975641714cb419f0c40a548d106679dd /map/map.pro
parente78f051c160f59d9c2a4b25dad92058ef8e6334b (diff)
Remove ScreenCoverage as class. Now we hold one set of information about current coverage, and two display list to render.
Diffstat (limited to 'map/map.pro')
-rw-r--r--map/map.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/map/map.pro b/map/map.pro
index 46ce6a9011..25e5cf213c 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -31,7 +31,6 @@ HEADERS += \
tiler.hpp \
tile.hpp \
tile_cache.hpp \
- screen_coverage.hpp \
ruler.hpp \
measurement_utils.hpp \
simple_render_policy.hpp \
@@ -77,7 +76,6 @@ SOURCES += \
tiler.cpp \
tile_cache.cpp \
tile.cpp \
- screen_coverage.cpp \
ruler.cpp \
measurement_utils.cpp \
window_handle.cpp \