diff options
author | Max Kellermann <max@duempel.org> | 2014-02-04 11:25:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-04 11:25:41 +0100 |
commit | 098aa185387ba6a7f79469e47a73be4eef6fc3d0 (patch) | |
tree | edad20481505d3ed9a449723646fbd22e17374d3 /src | |
parent | cf6281a5a758e4b93d67f7fd5804a8cff60ddbf9 (diff) | |
download | mpd-098aa185387ba6a7f79469e47a73be4eef6fc3d0.tar.gz mpd-098aa185387ba6a7f79469e47a73be4eef6fc3d0.tar.xz mpd-098aa185387ba6a7f79469e47a73be4eef6fc3d0.zip |
GlobalEvents: remove obsolete event DELETE
Diffstat (limited to '')
-rw-r--r-- | src/GlobalEvents.hxx | 3 |
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, |