From b43d4dddebb79512006c4bb6363aedcf22888915 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sun, 15 Feb 2009 22:28:04 +0100 Subject: throw away unneeded code --- src/song.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/song.h') diff --git a/src/song.h b/src/song.h index 0c65243e..81bc1424 100644 --- a/src/song.h +++ b/src/song.h @@ -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; }; } -- cgit v1.2.3