X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Foptimize.h;h=01508f450257ac4bee4b00dffd4e062449f3e8a5;hb=48700161395ece1c8132ee687bf94cd62c6ec2df;hp=cfebf0f782c46aee0c2bbc0730baf555b0081b8a;hpb=0ca367ce305ae6f2025739b3b199a7f75d4132db;p=libs%2Fgl.git diff --git a/source/glsl/optimize.h b/source/glsl/optimize.h index cfebf0f7..01508f45 100644 --- a/source/glsl/optimize.h +++ b/source/glsl/optimize.h @@ -36,7 +36,6 @@ private: RefPtr inline_result; public: - FunctionInliner(); FunctionInliner(const std::set &); void apply(Stage &s) { visit(s.content); }