diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/map/mode.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/map/mode.hpp b/include/mbgl/map/mode.hpp index 4ee289d855..11dd8583a4 100644 --- a/include/mbgl/map/mode.hpp +++ b/include/mbgl/map/mode.hpp @@ -37,11 +37,8 @@ enum class MapDebugOptions : EnumType { Timestamps = 1 << 3, Collision = 1 << 4, Overdraw = 1 << 5, -// FIXME: https://github.com/mapbox/mapbox-gl-native/issues/5117 -#if not MBGL_USE_GLES2 StencilClip = 1 << 6, DepthBuffer = 1 << 7, -#endif // MBGL_USE_GLES2 }; MBGL_CONSTEXPR MapDebugOptions operator|(MapDebugOptions lhs, MapDebugOptions rhs) { |