remove unused operators from MPD::Song class

This commit is contained in:
Andrzej Rybczak
2009-07-05 14:14:16 +02:00
parent f60cc71b91
commit 63169f7570
2 changed files with 0 additions and 54 deletions

View File

@@ -90,9 +90,6 @@ namespace MPD
bool Localized() const { return isLocalised; }
Song &operator=(const Song &);
bool operator==(const Song &) const;
bool operator!=(const Song &) const;
bool operator<(const Song &rhs) const;
static std::string ShowTime(int);
private: