summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 4c4d0f88..209911b8 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -218,7 +218,6 @@ typedef int (*DB_callback_t)(DB_event_t *, uintptr_t data);
// events
enum {
- DB_EV_FRAMEUPDATE = 0, // ticks around 20 times per second, but ticker may stop sometimes
DB_EV_SONGCHANGED = 1, // triggers when song was just changed
DB_EV_SONGSTARTED = 2, // triggers when song started playing (for scrobblers and such)
DB_EV_SONGFINISHED = 3, // triggers when song finished playing (for scrobblers and such)