From 04f1cf7bd526a9e906131ad35f950aa701f5b4f5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 24 Jul 2010 07:48:43 +0000 Subject: jack plugin: replaced deprecated functions git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1802 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/eqwidget.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ui/eqwidget.cpp') diff --git a/src/ui/eqwidget.cpp b/src/ui/eqwidget.cpp index 26c6c807c..12ffb9cff 100644 --- a/src/ui/eqwidget.cpp +++ b/src/ui/eqwidget.cpp @@ -342,7 +342,6 @@ void EqWidget::setPreset(EQPreset* preset) for (int i = 0; i<10; ++i) m_sliders.at(i)->setValue(preset->gain(i)); m_preamp->setValue(preset->preamp()); - //setGain(); writeEq(); } -- cgit v1.2.3-13-gbd6f