]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture1d.cpp
Use default member initializers for simple types
[libs/gl.git] / source / core / texture1d.cpp
index 1733a2d8e252b7c8bc4b330120a9500b3eb00ee5..1015a0af9c4aae7c2906c8363eca1100e1d267cb 100644 (file)
@@ -6,10 +6,6 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-Texture1D::Texture1D():
-       width(0)
-{ }
-
 void Texture1D::storage(PixelFormat fmt, unsigned wd, unsigned lv)
 {
        if(width>0)