From 588fd684fa9abccdbfc1c486187fa5cb40e23cd4 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 20 Oct 2010 19:01:33 +0200 Subject: removed supereq settings --- plugins/supereq/supereq.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/supereq') 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, -- cgit v1.2.3