]> git.sesse.net Git - nageru/commitdiff
Remove some dead code.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 2 Aug 2018 17:31:38 +0000 (19:31 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 2 Aug 2018 17:31:38 +0000 (19:31 +0200)
flow.cpp

index 54d28d98aa70418b856894fc7e6e093e26d81cf1..feeae6b72095ffefd210093dc9d91b53e7480edf 100644 (file)
--- a/flow.cpp
+++ b/flow.cpp
@@ -1460,7 +1460,6 @@ void Blend::exec(GLuint tex0, GLuint tex1, GLuint flow_tex, GLuint output_tex, i
        bind_sampler(blend_program, uniform_image1_tex, 1, tex1, linear_sampler);
        bind_sampler(blend_program, uniform_flow_tex, 2, flow_tex, linear_sampler);  // May be upsampled.
        glProgramUniform1f(blend_program, uniform_alpha, alpha);
-       //glProgramUniform1f(blend_program, uniform_flow_consistency_tolerance, 1.0f / 
 
        glViewport(0, 0, level_width, level_height);
        fbos.render_to(output_tex);