]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/batch.cpp
Add correct copy and move semantics to most classes
[libs/gl.git] / source / core / batch.cpp
index 9639a3207e4b71bc265520fd9a5f096357d8361c..382cfbdb5df1ab6526df9e6c6c96e0004d620612 100644 (file)
@@ -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)