aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-04 11:25:41 +0100
committerMax Kellermann <max@duempel.org>2014-02-04 11:25:41 +0100
commit098aa185387ba6a7f79469e47a73be4eef6fc3d0 (patch)
treeedad20481505d3ed9a449723646fbd22e17374d3 /src/GlobalEvents.hxx
parentcf6281a5a758e4b93d67f7fd5804a8cff60ddbf9 (diff)
downloadmpd-098aa185387ba6a7f79469e47a73be4eef6fc3d0.tar.gz
mpd-098aa185387ba6a7f79469e47a73be4eef6fc3d0.tar.xz
mpd-098aa185387ba6a7f79469e47a73be4eef6fc3d0.zip
GlobalEvents: remove obsolete event DELETE
Diffstat (limited to 'src/GlobalEvents.hxx')
-rw-r--r--src/GlobalEvents.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/GlobalEvents.hxx b/src/GlobalEvents.hxx
index 98aa4850f..9b678a4f6 100644
--- a/src/GlobalEvents.hxx
+++ b/src/GlobalEvents.hxx
@@ -33,9 +33,6 @@ class EventLoop;
namespace GlobalEvents {
enum Event {
- /** during database update, a song was deleted */
- DELETE,
-
/** an idle event was emitted */
IDLE,