]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.cpp
Minor cleanups and tweaks
[libs/gl.git] / source / glsl / syntax.cpp
index dff52639b0e2c835d43a4f622f4d4b590d8b13cf..8b00e82e46eae73f397c599f6a9e3ea0008b4e3a 100644 (file)
@@ -366,8 +366,7 @@ void Jump::visit(NodeVisitor &visitor)
 
 
 Stage::Stage(Stage::Type t):
-       type(t),
-       previous(0)
+       type(t)
 { }
 
 const char *Stage::get_stage_name(Type type)