a lot of code clean-ups, remove song info screen

This commit is contained in:
unK
2008-09-09 16:49:22 +02:00
parent cad4d36807
commit 0e1e3c6342
16 changed files with 604 additions and 500 deletions

View File

@@ -27,7 +27,7 @@
#include <stdexcept>
#include "misc.h"
#include "settings.h"
#include "libmpdclient.h"
using std::string;
@@ -79,7 +79,6 @@ class Song
void Clear();
bool Empty() const;
Song & operator=(const Song &);
bool operator==(const Song &) const;
bool operator!=(const Song &) const;
bool operator<(const Song &rhs) const;