throw away unneeded code

This commit is contained in:
Andrzej Rybczak
2009-02-15 22:28:04 +01:00
parent 9dd21b7653
commit b43d4dddeb
5 changed files with 10 additions and 95 deletions

View File

@@ -78,9 +78,7 @@ namespace MPD
void NullMe() { itsSong = 0; }
void CopyPtr(bool copy) { copyPtr = copy; }
//void GetEmptyFields(bool get) { itsGetEmptyFields = get; }
void Localize();
//void Delocalize();
void Clear();
bool Empty() const;
bool IsFromDB() const;
@@ -103,7 +101,6 @@ namespace MPD
bool copyPtr;
bool isStream;
bool isLocalised;
//bool itsGetEmptyFields;
};
}