]> git.sesse.net Git - movit/commitdiff
Remove obsolete file todo.glsl.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Oct 2012 22:07:05 +0000 (00:07 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Oct 2012 22:07:05 +0000 (00:07 +0200)
todo.glsl [deleted file]

diff --git a/todo.glsl b/todo.glsl
deleted file mode 100644 (file)
index a428697..0000000
--- a/todo.glsl
+++ /dev/null
@@ -1,5 +0,0 @@
-// Placeholder for effects that are not done yet.
-vec4 FUNCNAME(vec2 tc)
-{
-       return LAST_INPUT(tc);
-}