From: Steinar H. Gunderson Date: Mon, 1 Oct 2012 22:07:05 +0000 (+0200) Subject: Remove obsolete file todo.glsl. X-Git-Tag: 1.0~448 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=1b4302762db9cf76a29446fb4f7320b33db38e30;ds=sidebyside Remove obsolete file todo.glsl. --- diff --git a/todo.glsl b/todo.glsl deleted file mode 100644 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); -}