diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-11-08 12:26:02 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-11-08 18:02:38 +0200 |
commit | 687ee1e1c92275f65469412591ff262b46e7ccd9 (patch) | |
tree | 8ff8984fd339b195eade2dafb0c47446fd94a1d4 /cmake | |
parent | 8e99ae44dd5bf72bc8bd844251e9d670095804ac (diff) | |
download | qtlocation-mapboxgl-687ee1e1c92275f65469412591ff262b46e7ccd9.tar.gz |
[build] Remove unused gl/implementation.hpp
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index a89c0d7f4f..cd28c1de0b 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -54,7 +54,6 @@ set(MBGL_CORE_FILES # gl include/mbgl/gl/gl.hpp - include/mbgl/gl/implementation.hpp src/mbgl/gl/attribute.hpp src/mbgl/gl/color_mode.cpp src/mbgl/gl/color_mode.hpp |