aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-08 13:47:09 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-08 13:47:09 +0000
commit383e0ec60760f81e9b25de8bfd4e9d89067449d0 (patch)
treeb8e46ead092ea742aba7ea174720559442466e00
parent41df80077e2d357af750a79a7b6059760c45f92e (diff)
downloadqmmp-383e0ec60760f81e9b25de8bfd4e9d89067449d0.tar.gz
qmmp-383e0ec60760f81e9b25de8bfd4e9d89067449d0.tar.bz2
qmmp-383e0ec60760f81e9b25de8bfd4e9d89067449d0.zip
removed unused code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3135 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/qmmpui/aboutdialog.cpp8
-rw-r--r--src/qmmpui/aboutdialog_p.h5
2 files changed, 2 insertions, 11 deletions
diff --git a/src/qmmpui/aboutdialog.cpp b/src/qmmpui/aboutdialog.cpp
index a4232e347..1d807027d 100644
--- a/src/qmmpui/aboutdialog.cpp
+++ b/src/qmmpui/aboutdialog.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
-* Copyright (C) 2006-2012 by Ilya Kotov *
+* Copyright (C) 2006-2013 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -18,7 +18,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-
#include <QFile>
#include <QTextStream>
#include <qmmp/decoder.h>
@@ -51,11 +50,6 @@ AboutDialog::~AboutDialog()
{}
/*$SPECIALIZATION$*/
-void AboutDialog::accept()
-{
- QDialog::accept();
-}
-
QString AboutDialog::loadAbout()
{
QString text;
diff --git a/src/qmmpui/aboutdialog_p.h b/src/qmmpui/aboutdialog_p.h
index c0efeab27..730442278 100644
--- a/src/qmmpui/aboutdialog_p.h
+++ b/src/qmmpui/aboutdialog_p.h
@@ -1,5 +1,5 @@
/***************************************************************************
-* Copyright (C) 2006-2012 by Ilya Kotov *
+* Copyright (C) 2006-2013 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -36,9 +36,6 @@ public:
AboutDialog(QWidget* parent = 0, Qt::WFlags fl = 0 );
~AboutDialog();
-protected slots:
- virtual void accept();
-
private:
QString loadAbout();
QString getStringFromResource(const QString& res_file);