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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2015-11-30 11:41:08 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2015-12-29 16:36:11 +0300
commit9b6977d829e7671afcd87353e7cb11bee0140a01 (patch)
tree38ef1412eee0848455ca6eb973704734379ba0e8 /drape/overlay_handle.hpp
parentc2e1b3132d8fbe6ec81895e2061d7396186c189d (diff)
Remove deformation check for path text.
Diffstat (limited to 'drape/overlay_handle.hpp')
-rw-r--r--drape/overlay_handle.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/drape/overlay_handle.hpp b/drape/overlay_handle.hpp
index 3c99fa6593..e2ed495230 100644
--- a/drape/overlay_handle.hpp
+++ b/drape/overlay_handle.hpp
@@ -50,7 +50,6 @@ public:
void SetIsVisible(bool isVisible);
bool IsBillboard() const;
- virtual double GetMinScaleInPerspective() const { return 0.0; }
virtual m2::PointD GetPivot(ScreenBase const & screen, bool perspective) const;