summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-02-05 15:19:04 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-02-12 19:42:08 +0200
commit65cec8be3460ff5e086bef267a8349fe99f6f41d (patch)
tree3913762a95107632dcfe54133b4b26657a0f249c /platform/linux
parent992a955fc347deeafab1e2fee805c523de6b073e (diff)
downloadqtlocation-mapboxgl-65cec8be3460ff5e086bef267a8349fe99f6f41d.tar.gz
[android,darwin,ios,qt] Remove unused code
These files are no longer needed after the new GL abstraction.
Diffstat (limited to 'platform/linux')
-rw-r--r--platform/linux/mbgl/gl/gl_impl.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/platform/linux/mbgl/gl/gl_impl.hpp b/platform/linux/mbgl/gl/gl_impl.hpp
deleted file mode 100644
index ae829f3f7e..0000000000
--- a/platform/linux/mbgl/gl/gl_impl.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#if MBGL_USE_GLES2
- #define GL_GLEXT_PROTOTYPES
- #include <GLES2/gl2.h>
- #include <GLES2/gl2ext.h>
-#else
- #define GL_GLEXT_PROTOTYPES
- #include <GL/gl.h>
- #include <GL/glext.h>
-#endif