summaryrefslogtreecommitdiff
path: root/src/mbgl/shader/plain_vertex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/shader/plain_vertex.cpp')
-rw-r--r--src/mbgl/shader/plain_vertex.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mbgl/shader/plain_vertex.cpp b/src/mbgl/shader/plain_vertex.cpp
index 85a97a9827..5f0c71497a 100644
--- a/src/mbgl/shader/plain_vertex.cpp
+++ b/src/mbgl/shader/plain_vertex.cpp
@@ -1,13 +1,7 @@
#include <mbgl/shader/plain_vertex.hpp>
-#include <mbgl/gl/shader.hpp>
-#include <mbgl/gl/gl.hpp>
namespace mbgl {
-void PlainVertex::bind(const int8_t* offset) {
- static_assert(sizeof(PlainVertex) == 4, "expected PlainVertex size");
-
- MBGL_BIND_VERTEX_ATTRIBUTE(PlainVertex, a_pos, offset);
-}
+static_assert(sizeof(PlainVertex) == 4, "expected PlainVertex size");
} // namespace mbgl