From 72f351c153391cc655cefcbab234183d5d1fef10 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Thu, 28 Apr 2016 16:00:14 +0300 Subject: [core] Fix view class docs --- include/mbgl/map/view.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/mbgl/map') 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: -- cgit v1.2.1