diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-02-05 15:19:04 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-02-12 19:42:08 +0200 |
commit | 65cec8be3460ff5e086bef267a8349fe99f6f41d (patch) | |
tree | 3913762a95107632dcfe54133b4b26657a0f249c /platform/linux | |
parent | 992a955fc347deeafab1e2fee805c523de6b073e (diff) | |
download | qtlocation-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.hpp | 11 |
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 |