summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-10 23:07:20 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-10 23:07:20 +0100
commit0633520eef0dd28c2a9315c1cd359990f1ae22a9 (patch)
tree8245d616aeca9f63c3435fc24c0de6f785823b9e /deadbeef.h
parent0bc2f204526be9ff2c7eb0ba7b998197ecb074ff (diff)
minor deadbeef.h cleanup
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/deadbeef.h b/deadbeef.h
index c656a39e..bfa4b9ba 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -376,15 +376,6 @@ typedef struct {
struct DB_output_s **(*plug_get_output_list) (void);
struct DB_plugin_s **(*plug_get_list) (void);
int (*plug_activate) (struct DB_plugin_s *p, int activate);
- // exporting plugin conf options for gui
- // all exported options are grouped by plugin, and will be available to user
- // from gui
-// void (*export_plugin_option_string) (DB_plugin_t *plugin, const char *key);
-// void (*export_plugin_option_path) (DB_plugin_t *plugin, const char *key);
-// void (*export_plugin_option_check) (DB_plugin_t *plugin, const char *key);
-// void (*export_plugin_option_radio) (DB_plugin_t *plugin, const char *key);
-// void (*export_plugin_option_combo) (DB_plugin_t *plugin, const char *key);
-// void (*export_plugin_option_comboentry) (DB_plugin_t *plugin, const char *key);
} DB_functions_t;
// base plugin interface