X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=f22ef1ec1a9700744edd08f89d119e06a97d490d;hp=2a9dcf84869261298d404248c3fd138de41fc498;hb=c701c8787cb19fbb6dc5b0bfae1a94e2b07dd549;hpb=6377f8efc81ffe84b7ffe44380f1caa2059f437f diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 2a9dcf84..f22ef1ec 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -557,7 +557,6 @@ struct Module std::string get_unused_variable_name(const Block &, const std::string &); -bool is_same_type(const TypeDeclaration &, const TypeDeclaration &); int get_layout_value(const Layout &, const std::string &, int = -1); void add_to_chain(Assignment::Target &, Assignment::Target::ChainType, unsigned);