diff options
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, |