]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/framebuffer.cpp
Use default member initializers for simple types
[libs/gl.git] / source / core / framebuffer.cpp
index 613277233a84d78258fe40c2c585cbca24cf41bb..cc8dec4f5358346fbf53f33c002a745420fb098b 100644 (file)
@@ -208,12 +208,6 @@ Framebuffer &Framebuffer::system()
 }
 
 
-Framebuffer::Attachment::Attachment():
-       tex(0),
-       level(0),
-       layer(0)
-{ }
-
 void Framebuffer::Attachment::set(Texture &t, unsigned l, int z)
 {
        tex = &t;