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 bde793ab..8444b596 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -844,7 +844,6 @@ enum {
struct DB_plugin_action_s;
typedef int (*DB_plugin_action_callback_t) (struct DB_plugin_action_s *action, int ctx);
-#define DDB_ACTION_CALLBACK(x)((int (*)(struct DB_plugin_action_s *action, int ctx))x)
typedef struct DB_plugin_action_s {
const char *title;