]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/ambientocclusion.cpp
Clean up some more unused things
[libs/gl.git] / source / effects / ambientocclusion.cpp
index 8c31a53fb115ddfe5ff25dd1f540e60132f6dc5b..96fc7317a9b2fe5727c66f6bdea5362496cd5d76 100644 (file)
@@ -12,7 +12,7 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-AmbientOcclusion::AmbientOcclusion(unsigned w, unsigned h, float):
+AmbientOcclusion::AmbientOcclusion(unsigned w, unsigned h):
        rotate_lookup(get_or_create_rotate_lookup()),
        occlude_target(w, h, (COLOR_ATTACHMENT,R8)),
        occlude_shader(Resources::get_global().get<Program>("_ambientocclusion_occlude.glsl.shader")),