[CLEANUP] Remove unused code
Cleanup whitespace->tabs git-svn-id: https://svn.musicpd.org/mpd/trunk@4347 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -31,8 +31,6 @@ Stats stats;
|
||||
void initStats() {
|
||||
stats.daemonStart = time(NULL);
|
||||
stats.numberOfSongs = 0;
|
||||
/*stats.playTime = 0;
|
||||
stats.songsPlayed = 0;*/
|
||||
}
|
||||
|
||||
int printStats(FILE * fp) {
|
||||
@@ -42,7 +40,6 @@ int printStats(FILE * fp) {
|
||||
myfprintf(fp,"uptime: %li\n",time(NULL)-stats.daemonStart);
|
||||
myfprintf(fp,"playtime: %li\n",(long)(getPlayerTotalPlayTime()+0.5));
|
||||
myfprintf(fp,"db_playtime: %li\n",stats.dbPlayTime);
|
||||
/*myfprintf(fp,"songs_played: %li\n",stats.songsPlayed);*/
|
||||
myfprintf(fp,"db_update: %li\n",getDbModTime());
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user