]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture2dmultisample.cpp
Use default member initializers for simple types
[libs/gl.git] / source / core / texture2dmultisample.cpp
index 5ea37e90e3d82e81f2674f94691f2051c25f1a69..1c0106d7dda094396e52104d5d0989bf9a14ed8b 100644 (file)
@@ -7,11 +7,6 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-Texture2DMultisample::Texture2DMultisample():
-       width(0),
-       height(0)
-{ }
-
 void Texture2DMultisample::storage(PixelFormat fmt, unsigned wd, unsigned ht, unsigned sm)
 {
        if(width>0)