summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-10-06 13:40:34 +1100
committerLeith Bade <leith@mapbox.com>2015-10-06 14:10:32 +1100
commitb869771992e2210f8c95f297074b8289a070c183 (patch)
treefc6e70e3e7fa967776e6f064ee81e48205f38fa9 /include
parent150ce3b0cac9e70c319ff0aeb109fb596508920a (diff)
downloadqtlocation-mapboxgl-b869771992e2210f8c95f297074b8289a070c183.tar.gz
Correctly handle spurious wake-ups in Map::pause()
Fixes #2522
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp1
1 files changed, 0 insertions, 1 deletions
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;
};
}