From f272d13dead2b2cccc58d9c55697b9cac3c71e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 24 Mar 2015 10:59:31 +0100 Subject: move worker to MapContext --- include/mbgl/map/map.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/mbgl') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index 582eb430ac..1ec12eb255 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -175,7 +175,6 @@ private: void resize(uint16_t width, uint16_t height, float ratio, uint16_t fbWidth, uint16_t fbHeight); util::ptr getSprite(); - Worker& getWorker(); // Checks if render thread needs to pause void checkForPause(); @@ -215,7 +214,6 @@ private: std::unique_ptr context; private: - std::unique_ptr workers; std::thread thread; std::unique_ptr asyncTerminate; std::unique_ptr asyncUpdate; -- cgit v1.2.1