X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fvertexsetup.cpp;h=7b346d8ecf5f497e53cb91d8cc65765e8fac5b01;hp=4fd589a9698bfe8a1616a4d097902a984e4f9c49;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/core/vertexsetup.cpp b/source/core/vertexsetup.cpp index 4fd589a9..7b346d8e 100644 --- a/source/core/vertexsetup.cpp +++ b/source/core/vertexsetup.cpp @@ -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))