aboutsummaryrefslogtreecommitdiffstats
path: root/src/Queue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Queue.hxx')
-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.
*