diff --git a/src/SongFilter.hxx b/src/SongFilter.hxx
index e7f4da9ab..d102db94f 100644
--- a/src/SongFilter.hxx
+++ b/src/SongFilter.hxx
@@ -66,11 +66,6 @@ public:
 		Item(unsigned tag, const char *value, bool fold_case=false);
 		Item(unsigned tag, time_t time);
 
-		Item(const Item &other) = delete;
-		Item(Item &&) = default;
-
-		Item &operator=(const Item &other) = delete;
-
 		unsigned GetTag() const {
 			return tag;
 		}