aboutsummaryrefslogtreecommitdiffstats
path: root/src/song_print.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-13 21:24:22 +0200
committerMax Kellermann <max@duempel.org>2011-09-13 22:09:37 +0200
commita236a439cc84035a70c3f43fd926d39b9d8caaf7 (patch)
tree846667477e41ad2b53897b90c61c1f9d3363b428 /src/song_print.h
parentc779e2674abbc3eed08e49296c188a9f9ed5270e (diff)
downloadmpd-a236a439cc84035a70c3f43fd926d39b9d8caaf7.tar.gz
mpd-a236a439cc84035a70c3f43fd926d39b9d8caaf7.tar.xz
mpd-a236a439cc84035a70c3f43fd926d39b9d8caaf7.zip
db_print: move code to function db_selection_print()
Use it in handle_lsinfo(), and eliminate some duplicate code.
Diffstat (limited to 'src/song_print.h')
-rw-r--r--src/song_print.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/song_print.h b/src/song_print.h
index 506284ea0..8f1f0cc65 100644
--- a/src/song_print.h
+++ b/src/song_print.h
@@ -28,9 +28,6 @@ void
song_print_info(struct client *client, struct song *song);
void
-songvec_print(struct client *client, const struct songvec *sv);
-
-void
song_print_uri(struct client *client, struct song *song);
#endif