From 2cb454f54ec71d0607b017d4bd76aae69e3cdec1 Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 5 Nov 2012 22:42:16 +0100 Subject: get rid of DDB_ACTION_CALLBACK macro --- deadbeef.h | 1 - 1 file changed, 1 deletion(-) (limited to 'deadbeef.h') 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; -- cgit v1.2.3