From b869771992e2210f8c95f297074b8289a070c183 Mon Sep 17 00:00:00 2001 From: Leith Bade Date: Tue, 6 Oct 2015 13:40:34 +1100 Subject: Correctly handle spurious wake-ups in Map::pause() Fixes #2522 --- include/mbgl/map/map.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index f60117bb0c..69499c5110 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -189,7 +189,6 @@ private: }; RenderState renderState = RenderState::never; - bool paused = false; }; } -- cgit v1.2.1