]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.h
Rewrite type comparisons as a visitor
[libs/gl.git] / source / glsl / syntax.h
index 2a9dcf84869261298d404248c3fd138de41fc498..f22ef1ec1a9700744edd08f89d119e06a97d490d 100644 (file)
@@ -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);