summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/features.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gl/features.hpp')
-rw-r--r--src/mbgl/gl/features.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mbgl/gl/features.hpp b/src/mbgl/gl/features.hpp
deleted file mode 100644
index 1da1371e45..0000000000
--- a/src/mbgl/gl/features.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-#if __APPLE__
- #define MBGL_HAS_BINARY_PROGRAMS 0
-#else
- // https://github.com/mapbox/mapbox-gl-native/issues/14294
- #define MBGL_HAS_BINARY_PROGRAMS 0
-#endif