summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-10-22 14:59:12 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-20 15:13:23 -0800
commitaaa1e3a6f1a69749371f51bbe96a1908e4bf09e2 (patch)
tree5d509ed469853a36f5251145345deecc8c348ca8 /include
parentb45b855b411b04e8d91df4e08a0e4e6b29cb8123 (diff)
downloadqtlocation-mapboxgl-aaa1e3a6f1a69749371f51bbe96a1908e4bf09e2.tar.gz
Remove rotation constraints
This should be an iOS SDK option, not hard coded into low-level renderering. Fixes #458
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp1
-rw-r--r--include/mbgl/map/transform.hpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 43402fe2e5..ad33865cd7 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -115,7 +115,6 @@ public:
void resetNorth();
void startRotating();
void stopRotating();
- bool canRotate();
// Debug
void setDebug(bool value);
diff --git a/include/mbgl/map/transform.hpp b/include/mbgl/map/transform.hpp
index e3604edd8b..a42b7aa106 100644
--- a/include/mbgl/map/transform.hpp
+++ b/include/mbgl/map/transform.hpp
@@ -51,7 +51,6 @@ public:
double getAngle() const;
void startRotating();
void stopRotating();
- bool canRotate();
// Transitions
bool needsTransition() const;