mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
lib/libdvbsub/tools.h unused
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user