lib/libdvbsub/tools.h unused

This commit is contained in:
Jacek Jendrzej
2016-04-16 18:07:16 +02:00
parent 7daf49644d
commit c804997045

View File

@@ -120,8 +120,8 @@ private:
mutable int allocated; mutable int allocated;
mutable int size; mutable int size;
mutable T *data; mutable T *data;
cVector(const cVector &Vector) {} // don't copy... // cVector(const cVector &Vector) {} // don't copy...
cVector &operator=(const cVector &Vector) { return *this; } // ...or assign this! // cVector &operator=(const cVector &Vector) { return *this; } // ...or assign this!
void Realloc(int Index) const void Realloc(int Index) const
{ {
if (++Index > allocated) { if (++Index > allocated) {