From: Steinar H. Gunderson Date: Mon, 8 Oct 2012 12:35:45 +0000 (+0200) Subject: Remove draw_vertex() declaration; the function was never implemented. X-Git-Tag: 1.0~343 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=4ccde687b09ebc58d51fcec695bdfc1a35279c2f;hp=367d5fc610b4111fbf036b0d32becee9118403b2 Remove draw_vertex() declaration; the function was never implemented. --- diff --git a/effect_chain.h b/effect_chain.h index e6e2d72..6aa5b48 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -115,8 +115,6 @@ private: Node *normalize_to_linear_gamma(Node *input); Node *normalize_to_srgb(Node *input); - void draw_vertex(float x, float y, const std::vector &inputs); - // Create a GLSL program computing the given effects in order. Phase *compile_glsl_program(const std::vector &inputs, const std::vector &effects);