summaryrefslogtreecommitdiff
path: root/include/llmr/map/transform_state.hpp
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-06-01 18:00:28 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-06-01 18:00:28 -0700
commit38dd25a85a9ab9f0c6cbd525262e0fb4ed876538 (patch)
tree51229b4d5520513ed367b1da71d803b88722f64f /include/llmr/map/transform_state.hpp
parente5a78c931a0821c1b4584fc1a31bdef33c0d90c4 (diff)
downloadqtlocation-mapboxgl-38dd25a85a9ab9f0c6cbd525262e0fb4ed876538.tar.gz
fixes #279: remove forced rotation animations for now
Diffstat (limited to 'include/llmr/map/transform_state.hpp')
-rw-r--r--include/llmr/map/transform_state.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llmr/map/transform_state.hpp b/include/llmr/map/transform_state.hpp
index b3794e9096..29d0f59c46 100644
--- a/include/llmr/map/transform_state.hpp
+++ b/include/llmr/map/transform_state.hpp
@@ -39,9 +39,6 @@ public:
// Changing
bool isChanging() const;
- // Interactive
- bool isInteractive() const;
-
private:
double pixel_x() const;
double pixel_y() const;
@@ -60,7 +57,6 @@ private:
bool rotating = false;
bool scaling = false;
bool panning = false;
- bool interactive = true;
// map position
double x = 0, y = 0;