Commit 098aa185 authored by Max Kellermann's avatar Max Kellermann

GlobalEvents: remove obsolete event DELETE

parent cf6281a5
...@@ -33,9 +33,6 @@ class EventLoop; ...@@ -33,9 +33,6 @@ class EventLoop;
namespace GlobalEvents { namespace GlobalEvents {
enum Event { enum Event {
/** during database update, a song was deleted */
DELETE,
/** an idle event was emitted */ /** an idle event was emitted */
IDLE, IDLE,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment