From 732764b09d3aabc76e201870a269c4e0d1460e18 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 18 Sep 2016 00:03:55 +0200 Subject: Remove unused code --- mpd/usr/bin/mpd-random-albums | 3 --- 1 file changed, 3 deletions(-) (limited to 'mpd') diff --git a/mpd/usr/bin/mpd-random-albums b/mpd/usr/bin/mpd-random-albums index 8adcd19..a395723 100755 --- a/mpd/usr/bin/mpd-random-albums +++ b/mpd/usr/bin/mpd-random-albums @@ -1,9 +1,6 @@ #!/usr/local/bin/scsh -s !# -(define (add-album album) - (run (mpc findadd album ,album))) - (run (mpc clear)) (for-each (lambda (album) -- cgit v1.2.3-54-g00ecf