aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2006-10-27 23:07:34 +0000
committerWarren Dukes <warren.dukes@gmail.com>2006-10-27 23:07:34 +0000
commitf6b982eb079b900338737daf6fdfc057c7143697 (patch)
treeae8b89c397ef5aff6a81544a75cdefa697e48557 /src/song.c
parenta8a932a215941633a86526a7c037919138b836e8 (diff)
downloadmpd-f6b982eb079b900338737daf6fdfc057c7143697.tar.gz
mpd-f6b982eb079b900338737daf6fdfc057c7143697.tar.xz
mpd-f6b982eb079b900338737daf6fdfc057c7143697.zip
add support for: list file
This behaves the same as: list filename git-svn-id: https://svn.musicpd.org/mpd/trunk@4952 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/song.c')
-rw-r--r--src/song.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/song.c b/src/song.c
index 1197a436f..902cbeaf2 100644
--- a/src/song.c
+++ b/src/song.c
@@ -28,8 +28,6 @@
#include "myfprintf.h"
#define SONG_KEY "key: "
-#define SONG_FILE "file: "
-#define SONG_TIME "Time: "
#define SONG_MTIME "mtime: "
#include <stdlib.h>