]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/vertexformat.cpp
Use default member initializers for simple types
[libs/gl.git] / source / core / vertexformat.cpp
index b95da9d1af0a94ad94ae64a554a6e8f04c131879..ff043f7d0466bef73b08e216836617ef8fe9200f 100644 (file)
@@ -7,10 +7,6 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-VertexFormat::VertexFormat():
-       count(0)
-{ }
-
 VertexFormat::VertexFormat(VertexAttribute a):
        count(1)
 {