X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Foutput.h;h=f720606eadbda1eeef757a39a7bb75bfbd4696d1;hb=041ba4b1acd55337239c5ce24cc310118c621206;hp=66b77bbaaca62a391cce7b022b68473a2f9595e5;hpb=bd8816692056230c36504dcccd76c6946dff47b1;p=libs%2Fgl.git diff --git a/source/glsl/output.h b/source/glsl/output.h index 66b77bba..f720606e 100644 --- a/source/glsl/output.h +++ b/source/glsl/output.h @@ -9,6 +9,7 @@ namespace Msp { namespace GL { namespace SL { +/** Formats the syntax tree as GLSL. */ class Formatter: private TraversingVisitor { private: @@ -19,7 +20,6 @@ private: unsigned source_line; unsigned indent; bool parameter_list; - std::string block_interface; public: Formatter();