summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2015-08-30 22:25:11 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2015-09-02 23:20:46 +0300
commit0b501e056697249ae080a686dd0047eb2060eaf9 (patch)
tree6102f6c15be268fb3a89fa89134dbd2fc60f275f /include
parente92032822327d31656ebec3bd43dfd8654da68fa (diff)
downloadqtlocation-mapboxgl-0b501e056697249ae080a686dd0047eb2060eaf9.tar.gz
Substitute nudgeTransitions with async view invalidation
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index bd8847d420..af69ceffe3 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -69,9 +69,6 @@ public:
// Triggers a synchronous render.
void renderSync();
- // Nudges transitions one step, possibly notifying of the need for a rerender, if any.
- void nudgeTransitions();
-
// Notifies the Map thread that the state has changed and an update might be necessary.
void update(Update update);