X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fvertexformat.cpp;h=ff043f7d0466bef73b08e216836617ef8fe9200f;hp=b95da9d1af0a94ad94ae64a554a6e8f04c131879;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=acaefb4c669f01855252818ef0a2958cbdababc3 diff --git a/source/core/vertexformat.cpp b/source/core/vertexformat.cpp index b95da9d1..ff043f7d 100644 --- a/source/core/vertexformat.cpp +++ b/source/core/vertexformat.cpp @@ -7,10 +7,6 @@ using namespace std; namespace Msp { namespace GL { -VertexFormat::VertexFormat(): - count(0) -{ } - VertexFormat::VertexFormat(VertexAttribute a): count(1) {