1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 13:37:03 +02:00

Cleaned up statistics

This commit is contained in:
repojohnray 2023-01-13 01:42:47 +01:00
parent fb126677f1
commit 31f9a001b1
No known key found for this signature in database
GPG Key ID: 45E288320CD945F1
2 changed files with 0 additions and 2 deletions

View File

@ -173,7 +173,6 @@ void cIptvStreamerStatistics::AddStreamerStatistic(long bytesP)
// Buffer statistics class
cIptvBufferStatistics::cIptvBufferStatistics()
: dataBytesM(0),
freeSpaceM(0),
usedSpaceM(0),
timerM(),
mutexM()

View File

@ -78,7 +78,6 @@ protected:
private:
long dataBytesM;
long freeSpaceM;
long usedSpaceM;
cTimeMs timerM;
cMutex mutexM;