summaryrefslogtreecommitdiff
path: root/plugins/supereq
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-10-20 19:01:33 +0200
committerGravatar waker <wakeroid@gmail.com>2010-10-20 19:01:33 +0200
commit588fd684fa9abccdbfc1c486187fa5cb40e23cd4 (patch)
tree8e07d20a087c579c1408191bef262926c3e3e82b /plugins/supereq
parentceb8980185da5f39bdbdd80f5a5ac09265ae89ed (diff)
removed supereq settings
Diffstat (limited to 'plugins/supereq')
-rw-r--r--plugins/supereq/supereq.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/supereq/supereq.c b/plugins/supereq/supereq.c
index b72c6c09..af4000fd 100644
--- a/plugins/supereq/supereq.c
+++ b/plugins/supereq/supereq.c
@@ -209,10 +209,6 @@ supereq_enabled (void) {
return enabled;
}
-static const char settings_dlg[] =
- "property \"Enable\" checkbox supereq.enable 0;\n"
-;
-
static DB_supereq_dsp_t plugin = {
.dsp.plugin.api_vmajor = DB_API_VERSION_MAJOR,
.dsp.plugin.api_vminor = DB_API_VERSION_MINOR,
@@ -225,7 +221,6 @@ static DB_supereq_dsp_t plugin = {
.dsp.plugin.website = "http://deadbeef.sf.net",
.dsp.plugin.start = supereq_plugin_start,
.dsp.plugin.stop = supereq_plugin_stop,
- .dsp.plugin.configdialog = settings_dlg,
.dsp.process_int16 = supereq_process_int16,
.dsp.reset = supereq_reset,
.dsp.enable = supereq_enable,