summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/draw_mode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gl/draw_mode.hpp')
-rw-r--r--src/mbgl/gl/draw_mode.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mbgl/gl/draw_mode.hpp b/src/mbgl/gl/draw_mode.hpp
index 275eb25b89..6f0c5ea4a4 100644
--- a/src/mbgl/gl/draw_mode.hpp
+++ b/src/mbgl/gl/draw_mode.hpp
@@ -68,12 +68,5 @@ public:
static constexpr PrimitiveType primitiveType = PrimitiveType::TriangleStrip;
};
-// Special draw mode for use with VertexVector<Indexed, Vertex>, in which
-// case the true draw mode is denoted by the IndexVector type.
-class Indexed {
-public:
- static constexpr std::size_t bufferGroupSize = 1;
-};
-
} // namespace gl
} // namespace mbgl