summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-08 12:26:02 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-08 18:02:38 +0200
commit687ee1e1c92275f65469412591ff262b46e7ccd9 (patch)
tree8ff8984fd339b195eade2dafb0c47446fd94a1d4 /include
parent8e99ae44dd5bf72bc8bd844251e9d670095804ac (diff)
downloadqtlocation-mapboxgl-687ee1e1c92275f65469412591ff262b46e7ccd9.tar.gz
[build] Remove unused gl/implementation.hpp
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/gl/implementation.hpp16
-rw-r--r--include/mbgl/platform/default/headless_backend.hpp1
-rw-r--r--include/mbgl/platform/default/headless_display.hpp2
3 files changed, 0 insertions, 19 deletions
diff --git a/include/mbgl/gl/implementation.hpp b/include/mbgl/gl/implementation.hpp
deleted file mode 100644
index a0101085fa..0000000000
--- a/include/mbgl/gl/implementation.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-#if defined(__QT__)
- #define MBGL_USE_QT 1
-#elif defined(__APPLE__)
- #include <TargetConditionals.h>
- #if TARGET_OS_IOS
- #define MBGL_USE_EAGL 1
- #else
- #define MBGL_USE_CGL 1
- #endif
-#elif defined(__OSMESA__)
- #define MBGL_USE_OSMESA 1
-#else
- #define MBGL_USE_GLX 1
-#endif
diff --git a/include/mbgl/platform/default/headless_backend.hpp b/include/mbgl/platform/default/headless_backend.hpp
index 2fef321d85..da8c55e044 100644
--- a/include/mbgl/platform/default/headless_backend.hpp
+++ b/include/mbgl/platform/default/headless_backend.hpp
@@ -1,6 +1,5 @@
#pragma once
-#include <mbgl/gl/implementation.hpp>
#include <mbgl/gl/extension.hpp>
#include <mbgl/map/backend.hpp>
diff --git a/include/mbgl/platform/default/headless_display.hpp b/include/mbgl/platform/default/headless_display.hpp
index 433df952fd..a5c95085b8 100644
--- a/include/mbgl/platform/default/headless_display.hpp
+++ b/include/mbgl/platform/default/headless_display.hpp
@@ -1,7 +1,5 @@
#pragma once
-#include <mbgl/gl/implementation.hpp>
-
#include <memory>
namespace mbgl {