X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fbatch.h;h=dd07adb58b632941d0264350b783b386efd97fdc;hp=45101d4356672950dc9439a5401ed1a3311bc307;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;hpb=28d12c73b197a16f7635badc01e42375728fde85 diff --git a/source/core/batch.h b/source/core/batch.h index 45101d43..dd07adb5 100644 --- a/source/core/batch.h +++ b/source/core/batch.h @@ -40,7 +40,6 @@ private: public: Batch(PrimitiveType); - ~Batch(); PrimitiveType get_type() const { return prim_type; }