diff options
Diffstat (limited to 'src/Playlist.cxx')
-rw-r--r-- | src/Playlist.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Playlist.cxx b/src/Playlist.cxx index 2f01d6be9..134abf7ff 100644 --- a/src/Playlist.cxx +++ b/src/Playlist.cxx @@ -29,13 +29,6 @@ #include <assert.h> void -playlist::FullIncrementVersions() -{ - queue.ModifyAll(); - idle_add(IDLE_PLAYLIST); -} - -void playlist::TagModified(Song &&song) { if (!playing || song.tag == nullptr) |