diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2017-01-03 17:47:19 -0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-01-09 13:49:35 -0200 |
commit | 6cc37e606598106db965e837082335f7a47b7dbb (patch) | |
tree | aaf9c0fcd646af6ad3252e6399d299b96a318270 /platform/qt/include | |
parent | b6894dd4fc24f93c77b1ad39f466997f1525f2bd (diff) | |
download | qtlocation-mapboxgl-6cc37e606598106db965e837082335f7a47b7dbb.tar.gz |
[Qt] Removed unused methods
They will never return true because Qt only does client side animations.
Diffstat (limited to 'platform/qt/include')
-rw-r--r-- | platform/qt/include/qmapboxgl.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/qt/include/qmapboxgl.hpp b/platform/qt/include/qmapboxgl.hpp index c957ce586b..1a050540a1 100644 --- a/platform/qt/include/qmapboxgl.hpp +++ b/platform/qt/include/qmapboxgl.hpp @@ -191,9 +191,6 @@ public: void setLayoutProperty(const QString &layer, const QString &property, const QVariant &value); void setPaintProperty(const QString &layer, const QString &property, const QVariant &value, const QString &klass = QString()); - bool isRotating() const; - bool isScaling() const; - bool isPanning() const; bool isFullyLoaded() const; void moveBy(const QPointF &offset); |