]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/buffer.cpp
Use default member initializers for simple types
[libs/gl.git] / source / core / buffer.cpp
index 811b3e41d7cbfb9ed16e613b29a7c28674d07659..523b737d32bf696ff3628e48ddd4b6b64e55f428 100644 (file)
@@ -8,10 +8,6 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-Buffer::Buffer():
-       size(0)
-{ }
-
 void Buffer::storage(unsigned sz)
 {
        if(size>0)