X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fpostprocessor.cpp;h=80c081f4ebbc628d935536ae7832800e7b3e1e44;hp=2a490a46780f1157a5ac84a9ab3307b8ed6661b2;hb=003890aeda3e2bb444d9560a8dd8f6aef924a1ee;hpb=1863f17c5c5563be8492d7f01e5c613a740ea1e9 diff --git a/source/effects/postprocessor.cpp b/source/effects/postprocessor.cpp index 2a490a46..80c081f4 100644 --- a/source/effects/postprocessor.cpp +++ b/source/effects/postprocessor.cpp @@ -7,12 +7,6 @@ namespace Msp { namespace GL { -void PostProcessor::render(Renderer &, const Texture2D &color, const Texture2D &depth) -{ - render(color, depth); -} - - PostProcessor::Template::Template(): size_divisor(1) { }