summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-04-27 13:05:30 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-28 09:16:26 -0400
commitc0b75f1af77e78e309cb18807de74f3788488a7a (patch)
tree3a98bb801f7c622c6443dd445836e4528a30682c /include/mbgl/map
parent8e5fa341ebdc1699f08a1dbf4b0dfd98a9969948 (diff)
downloadqtlocation-mapboxgl-c0b75f1af77e78e309cb18807de74f3788488a7a.tar.gz
Remove Environment::terminate and associated code
Fixes #1336
Diffstat (limited to 'include/mbgl/map')
-rw-r--r--include/mbgl/map/environment.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/mbgl/map/environment.hpp b/include/mbgl/map/environment.hpp
index 1cd33a5e6d..a00fb24454 100644
--- a/include/mbgl/map/environment.hpp
+++ b/include/mbgl/map/environment.hpp
@@ -54,11 +54,6 @@ public:
// Only call this while the OpenGL context is exclusive to this thread.
void performCleanup();
- // #############################################################################################
-
- // Request to terminate the environment.
- void terminate();
-
private:
unsigned id;
FileSource& fileSource;