lib/libdvbsub/tools.h unused

Origin commit data
------------------
Branch: ni/coolstream
Commit: c804997045
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-04-16 (Sat, 16 Apr 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2016-04-16 18:07:16 +02:00
parent 0db8b39baa
commit bd516dedb4

View File

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