]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/vertexsetup.cpp
Use default member initializers for simple types
[libs/gl.git] / source / core / vertexsetup.cpp
index 4fd589a9698bfe8a1616a4d097902a984e4f9c49..7b346d8ecf5f497e53cb91d8cc65765e8fac5b01 100644 (file)
@@ -8,14 +8,6 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-VertexSetup::VertexSetup():
-       dirty(0),
-       vertex_array(0),
-       inst_array(0),
-       index_buffer(0),
-       index_type(UNSIGNED_SHORT)
-{ }
-
 void VertexSetup::set_format(const VertexFormat &vfmt)
 {
        if(!verify_format(vfmt))