aboutsummaryrefslogtreecommitdiffstats
path: root/src/GlobalEvents.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/GlobalEvents.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/GlobalEvents.hxx b/src/GlobalEvents.hxx
index 47ec6d070..9b678a4f6 100644
--- a/src/GlobalEvents.hxx
+++ b/src/GlobalEvents.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2013 The Music Player Daemon Project
+ * Copyright (C) 2003-2014 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -33,12 +33,6 @@ class EventLoop;
namespace GlobalEvents {
enum Event {
- /** database update was finished */
- UPDATE,
-
- /** during database update, a song was deleted */
- DELETE,
-
/** an idle event was emitted */
IDLE,