X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fglsl%2Foutput.cpp;fp=source%2Fglsl%2Foutput.cpp;h=b85c45e30149cf38cfc7c8bc415124d6d3cc6eff;hb=a4cd67f1c9f1f375bacacfbb421d40f78a22644b;hp=f1e9b4be99ca8a2582e7a97944c0c16666f80540;hpb=3a675b53b811f50ab965405fbbf91282cab7f3cd;p=libs%2Fgl.git diff --git a/source/glsl/output.cpp b/source/glsl/output.cpp index f1e9b4be..b85c45e3 100644 --- a/source/glsl/output.cpp +++ b/source/glsl/output.cpp @@ -145,13 +145,6 @@ void Formatter::visit(Literal &literal) append(literal.token); } -void Formatter::visit(ParenthesizedExpression &parexpr) -{ - append('('); - parexpr.expression->visit(*this); - append(')'); -} - void Formatter::visit(VariableReference &var) { append(var.name);