aboutsummaryrefslogtreecommitdiffstats
path: root/command.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-27 16:36:01 +0000
committerKalle Wallin <kaw@linux.se>2004-03-27 16:36:01 +0000
commitfe441717ab5bbebbf3bb3d518079636c14ef9357 (patch)
treeb7d4cacaa851f79250acb19f964385946b818813 /command.h
parentd67b8aa8d9173e3331ba686220004ef05b9efa74 (diff)
downloadmpd-fe441717ab5bbebbf3bb3d518079636c14ef9357.tar.gz
mpd-fe441717ab5bbebbf3bb3d518079636c14ef9357.tar.xz
mpd-fe441717ab5bbebbf3bb3d518079636c14ef9357.zip
Added delete playlist feature.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@512 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/command.h b/command.h
index 1672316f7..485b75347 100644
--- a/command.h
+++ b/command.h
@@ -16,7 +16,6 @@ typedef enum
CMD_VOLUME_UP,
CMD_VOLUME_DOWN,
CMD_SAVE_PLAYLIST,
- CMD_DELETE_PLAYLIST,
CMD_TOGGLE_FIND_WRAP,
CMD_LIST_PREVIOUS,
CMD_LIST_NEXT,