From 6067b82b21449ee420a5b9c01e627eed52d15899 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 26 Oct 2013 11:40:21 +0200 Subject: several minor fixes --- deadbeef.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'deadbeef.h') diff --git a/deadbeef.h b/deadbeef.h index e5ab6756..1baf7bca 100644 --- a/deadbeef.h +++ b/deadbeef.h @@ -876,17 +876,7 @@ typedef struct DB_plugin_action_s { const char *title; const char *name; uint32_t flags; - /** - * Function called when user activates menu item - * @action pointer to action struct itself - * @it pointer to selected playitem for single-track action, - * to first playitem for multiple-track action, - * or NULL for common action - * @returns unused - */ DB_plugin_action_callback_t callback; - - //we have linked list here struct DB_plugin_action_s *next; } DB_plugin_action_t; -- cgit v1.2.3