summaryrefslogtreecommitdiff
path: root/include/mbgl/android/native_map_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/android/native_map_view.hpp')
-rw-r--r--include/mbgl/android/native_map_view.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mbgl/android/native_map_view.hpp b/include/mbgl/android/native_map_view.hpp
index eb5f295eaf..d02d43e58a 100644
--- a/include/mbgl/android/native_map_view.hpp
+++ b/include/mbgl/android/native_map_view.hpp
@@ -54,8 +54,6 @@ public:
private:
EGLConfig chooseConfig(const EGLConfig configs[], EGLint numConfigs);
- void loadExtensions();
-
bool inEmulator();
private:
@@ -80,8 +78,6 @@ private:
bool firstTime = false;
- bool usingDepth24 = false;
-
bool fpsEnabled = false;
double fps = 0.0;
};