summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2015-07-20 16:57:35 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2015-07-20 17:07:55 +0300
commit263f9fad308873077b9287dd8aeab089fc415b10 (patch)
tree6423411c0f630eaa911ebc503b8ef163463d2984 /include
parent0753aad57bef0eec51ce7ca748c19ebc588bd995 (diff)
downloadqtlocation-mapboxgl-263f9fad308873077b9287dd8aeab089fc415b10.tar.gz
Revert "split renderSync and transition nudging to allow client view syncing"
This reverts commit b8388168dd130c67c77254565cdb576df7905915. It seems 'nudgeTransitions()' is no longer necessary as #1548 has fixed the update issues.
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 82aef65b65..d31d6a2757 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -67,10 +67,7 @@ public:
void renderStill(StillImageCallback callback);
// Triggers a synchronous or asynchronous render.
- bool renderSync();
-
- // Nudges transitions one step, possibly notifying of the need for a rerender.
- void nudgeTransitions(bool forceRerender);
+ void renderSync();
// Notifies the Map thread that the state has changed and an update might be necessary.
void update(Update update = Update::Nothing);