aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/configdialog.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-04-15 20:23:48 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-04-15 20:23:48 +0000
commit915fb430e960e5601de70002cd831477e33f8acf (patch)
treee3459d046efbb5231c16efc327019ec8a01b110a /src/qmmpui/configdialog.cpp
parent143ecc15abe768b15071eaddfbda4efbdfb8555c (diff)
downloadqmmp-915fb430e960e5601de70002cd831477e33f8acf.tar.gz
qmmp-915fb430e960e5601de70002cd831477e33f8acf.tar.bz2
qmmp-915fb430e960e5601de70002cd831477e33f8acf.zip
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8777 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/configdialog.cpp')
-rw-r--r--src/qmmpui/configdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qmmpui/configdialog.cpp b/src/qmmpui/configdialog.cpp
index 88f12e1c8..c6a7e9073 100644
--- a/src/qmmpui/configdialog.cpp
+++ b/src/qmmpui/configdialog.cpp
@@ -53,7 +53,6 @@ ConfigDialog::ConfigDialog (QWidget *parent) : QDialog (parent)
{
m_ui = new Ui::ConfigDialog;
m_ui->setupUi (this);
- m_insert_row = 0;
setAttribute(Qt::WA_QuitOnClose, false);
setAttribute(Qt::WA_DeleteOnClose, false);
m_ui->preferencesButton->setEnabled(false);