summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-05 22:42:16 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-05 22:42:16 +0100
commit2cb454f54ec71d0607b017d4bd76aae69e3cdec1 (patch)
tree5b2605a2aebcf7289d688ff7bec0d74134d36195 /deadbeef.h
parent1b5145cdb6518875a2dbd3f59327388ace36c07c (diff)
get rid of DDB_ACTION_CALLBACK macro
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;