]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/output.cpp
Use default member initializers for simple types
[libs/gl.git] / source / glsl / output.cpp
index 0a4af2d42b0997f6d72f89542e1b6c038c3357d5..c2c54f9ff33834d11d681a0e80e976aa75747b39 100644 (file)
@@ -8,16 +8,6 @@ namespace Msp {
 namespace GL {
 namespace SL {
 
-Formatter::Formatter():
-       stage(0),
-       source_index(0),
-       source_line(1),
-       indent(0),
-       parameter_list(false),
-       omit_builtin(false),
-       r_empty_name(false)
-{ }
-
 string Formatter::apply(Stage &s)
 {
        stage = &s;