X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fbatch.cpp;h=382cfbdb5df1ab6526df9e6c6c96e0004d620612;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;hp=9639a3207e4b71bc265520fd9a5f096357d8361c;hpb=66e4a4d23d114e49743af89e06dee8bdc6f1fbde;p=libs%2Fgl.git diff --git a/source/core/batch.cpp b/source/core/batch.cpp index 9639a320..382cfbdb 100644 --- a/source/core/batch.cpp +++ b/source/core/batch.cpp @@ -53,10 +53,6 @@ Batch::Batch(PrimitiveType t): set_index_type(UNSIGNED_SHORT); } -Batch::~Batch() -{ -} - void Batch::set_index_type(DataType t) { if(t==index_type)