summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-04-28 16:00:14 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-04-28 16:00:14 +0300
commit72f351c153391cc655cefcbab234183d5d1fef10 (patch)
tree29d9032688b21ae2dd438ab8b1781387ffd1c4cb /include/mbgl/map
parenta91d5ad7da1eda4b07adb707a4b51001613db958 (diff)
downloadqtlocation-mapboxgl-72f351c153391cc655cefcbab234183d5d1fef10.tar.gz
[core] Fix view class docs
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: