aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/shaders/flatcolor.frag
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/shaders/flatcolor.frag')
-rw-r--r--src/quick/scenegraph/shaders/flatcolor.frag6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/quick/scenegraph/shaders/flatcolor.frag b/src/quick/scenegraph/shaders/flatcolor.frag
deleted file mode 100644
index 8c225bf5a4..0000000000
--- a/src/quick/scenegraph/shaders/flatcolor.frag
+++ /dev/null
@@ -1,6 +0,0 @@
-uniform lowp vec4 color;
-
-void main()
-{
- gl_FragColor = color;
-} \ No newline at end of file