From 8f9ba96c59f7d3563e1c3229675ecf7ad16fc334 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Jan 2014 23:35:37 +0100 Subject: SongUpdate: move code to handle_lsinfo() Don't create a temporary Song object in handle_lsinfo(). Instead, print all tags while parsing the remote file. --- src/Song.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Song.hxx') diff --git a/src/Song.hxx b/src/Song.hxx index b9f529702..21e158560 100644 --- a/src/Song.hxx +++ b/src/Song.hxx @@ -130,7 +130,6 @@ struct Song { bool UpdateFile(); bool UpdateFileInArchive(); - bool UpdateStream(); /** * Returns the URI of the song in UTF-8 encoding, including its -- cgit v1.2.3