summaryrefslogtreecommitdiff
path: root/include/mbgl/map/environment.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/map/environment.hpp')
-rw-r--r--include/mbgl/map/environment.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/map/environment.hpp b/include/mbgl/map/environment.hpp
index a00fb24454..07554a7a92 100644
--- a/include/mbgl/map/environment.hpp
+++ b/include/mbgl/map/environment.hpp
@@ -62,9 +62,6 @@ private:
std::vector<uint32_t> abandonedVAOs;
std::vector<uint32_t> abandonedBuffers;
std::vector<uint32_t> abandonedTextures;
-
-public:
- uv_loop_t* const loop;
};
class EnvironmentScope final {