aboutsummaryrefslogtreecommitdiffstats
path: root/src/Queue.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-22 00:36:48 +0200
committerMax Kellermann <max@duempel.org>2013-10-22 01:05:29 +0200
commitd110131ad68fc834f972ab81b1c2292a8c0dacd9 (patch)
treebaa2af808980f19aa6cae829c65dc594231cc689 /src/Queue.hxx
parent10bc1a9acc582636b391e5f60f989d2fefb23d05 (diff)
downloadmpd-d110131ad68fc834f972ab81b1c2292a8c0dacd9.tar.gz
mpd-d110131ad68fc834f972ab81b1c2292a8c0dacd9.tar.xz
mpd-d110131ad68fc834f972ab81b1c2292a8c0dacd9.zip
Playlist: refresh new tags after database update
Fixes regression from commit e96779d.
Diffstat (limited to '')
-rw-r--r--src/Queue.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Queue.hxx b/src/Queue.hxx
index d5b9218a5..da90d4a3d 100644
--- a/src/Queue.hxx
+++ b/src/Queue.hxx
@@ -259,11 +259,6 @@ struct queue {
void ModifyAtOrder(unsigned order);
/**
- * Marks all songs as "modified" and increments the version number.
- */
- void ModifyAll();
-
- /**
* Appends a song to the queue and returns its position. Prior to
* that, the caller must check if the queue is already full.
*