summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-26 11:40:21 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-26 11:40:21 +0200
commit6067b82b21449ee420a5b9c01e627eed52d15899 (patch)
tree3d263385998ba3870b1636002c94da4a95f4e33d /deadbeef.h
parente140eef74c70c05620f1aa7207b1b65ae224a359 (diff)
several minor fixes
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h10
1 files changed, 0 insertions, 10 deletions
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;