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:
authorvng <viktor.govako@gmail.com>2013-07-18 22:09:48 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:59:04 +0300
commit5aaee9909f78245f041fcc24cfaaf26f4506dbd3 (patch)
tree35993ae31c33424c7e63a0fb51d2d23650458955 /map/simple_render_policy.hpp
parent7ce19e9dbdb17d090eb33f31136ea70551caa037 (diff)
Refactoring of drawing tile scales routine. Now it's more consistent and located in one place.
Diffstat (limited to 'map/simple_render_policy.hpp')
-rw-r--r--map/simple_render_policy.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/map/simple_render_policy.hpp b/map/simple_render_policy.hpp
index 03886d9059..90fb6e25aa 100644
--- a/map/simple_render_policy.hpp
+++ b/map/simple_render_policy.hpp
@@ -9,8 +9,4 @@ public:
void DrawFrame(shared_ptr<PaintEvent> const & paintEvent,
ScreenBase const & screenBase);
-
- size_t ScaleEtalonSize() const;
-
- int GetDrawScale(ScreenBase const & s) const;
};