aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/color.frag
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/color.frag')
-rw-r--r--engines/sludge/color.frag7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/sludge/color.frag b/engines/sludge/color.frag
deleted file mode 100644
index 1f3e45aec0..0000000000
--- a/engines/sludge/color.frag
+++ /dev/null
@@ -1,7 +0,0 @@
-varying vec4 color;
-
-void main(void)
-{
- gl_FragColor = color;
-}
-