aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/shaders/flatcolor.vert
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/shaders/flatcolor.vert')
-rw-r--r--src/quick/scenegraph/shaders/flatcolor.vert7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/quick/scenegraph/shaders/flatcolor.vert b/src/quick/scenegraph/shaders/flatcolor.vert
deleted file mode 100644
index a61de97f85..0000000000
--- a/src/quick/scenegraph/shaders/flatcolor.vert
+++ /dev/null
@@ -1,7 +0,0 @@
-attribute highp vec4 vCoord;
-uniform highp mat4 matrix;
-
-void main()
-{
- gl_Position = matrix * vCoord;
-}