summaryrefslogtreecommitdiff
path: root/src/map/map.cpp
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 /src/map/map.cpp
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 'src/map/map.cpp')
-rw-r--r--src/map/map.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp
index 6e9e47fd52..3daaa87987 100644
--- a/src/map/map.cpp
+++ b/src/map/map.cpp
@@ -551,10 +551,6 @@ void Map::stopRotating() {
update();
}
-bool Map::canRotate() {
- return transform.canRotate();
-}
-
#pragma mark - Toggles