summaryrefslogtreecommitdiff
path: root/include/mbgl/gl
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/mbgl/gl
parent8e99ae44dd5bf72bc8bd844251e9d670095804ac (diff)
downloadqtlocation-mapboxgl-687ee1e1c92275f65469412591ff262b46e7ccd9.tar.gz
[build] Remove unused gl/implementation.hpp
Diffstat (limited to 'include/mbgl/gl')
-rw-r--r--include/mbgl/gl/implementation.hpp16
1 files changed, 0 insertions, 16 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