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>2014-09-07 14:06:59 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:26:12 +0300
commit418f88ebc8b852bbf3a1c17f1e5882d147e42ca4 (patch)
tree7606f375fbb039b25d3099bbeab4c2ab882d62ea /map/compass_arrow.hpp
parent7a54c6e0801cfab379816ac93b474cb68e10beb0 (diff)
[gui] Fixed crash. Added comments and some code style fixes.
Diffstat (limited to 'map/compass_arrow.hpp')
-rw-r--r--map/compass_arrow.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/map/compass_arrow.hpp b/map/compass_arrow.hpp
index ab0ad1912b..a19861a57c 100644
--- a/map/compass_arrow.hpp
+++ b/map/compass_arrow.hpp
@@ -63,7 +63,6 @@ public:
void draw(graphics::OverlayRenderer * r, math::Matrix<double, 3, 3> const & m) const;
bool isVisible() const;
- bool roughHitTest(m2::PointD const & pt) const;
bool hitTest(m2::PointD const & pt) const;
void cache();