X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;fp=effect_chain.h;h=cd0a19f4dcd3cbe4972f186a0f25e324bf692517;hp=6a6539955c4adf43bb4938cde62c70e39c9b19b0;hb=2d8043bb837b45c9ae509450b3e1b1eb545e44b9;hpb=7ff8195d27166151be38d637ae4b2633d4b39556 diff --git a/effect_chain.h b/effect_chain.h index 6a65399..cd0a19f 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -443,7 +443,6 @@ private: // Execute one phase, ie. set up all inputs, effects and outputs, and render the quad. void execute_phase(Phase *phase, bool last_phase, - std::set *bound__attribute_indices, std::map *output_textures, std::set *generated_mipmaps);