summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/map')
-rw-r--r--include/mbgl/map/view.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/map/view.hpp b/include/mbgl/map/view.hpp
index fd11080064..ea63daa70e 100644
--- a/include/mbgl/map/view.hpp
+++ b/include/mbgl/map/view.hpp
@@ -71,8 +71,6 @@ public:
virtual PremultipliedImage readStillImage();
// Notifies a watcher of map x/y/scale/rotation changes.
- // Must only be called from the same thread that caused the change.
- // Must not be called from the render thread.
virtual void notifyMapChange(MapChange change);
protected: