X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Foptimize.h;h=ab954b58a471431feab1d6da0f75e9a2abe3bbaa;hb=b89239e1d616f0c1d8e432b7df1eca149585cf5e;hp=fa75e6d7e867cdbb9f18f4a8bd0896e89f33f663;hpb=3a675b53b811f50ab965405fbbf91282cab7f3cd;p=libs%2Fgl.git diff --git a/source/glsl/optimize.h b/source/glsl/optimize.h index fa75e6d7..ab954b58 100644 --- a/source/glsl/optimize.h +++ b/source/glsl/optimize.h @@ -55,8 +55,6 @@ public: const std::string &apply(Stage &, FunctionDeclaration &, Block &, const NodeList::iterator &, FunctionDeclaration &); private: - std::string create_unused_name(const std::string &, bool); - virtual void visit(VariableReference &); virtual void visit(InterfaceBlockReference &); virtual void visit(FunctionCall &);