diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-09 06:50:27 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-09 06:50:27 +0000 |
| commit | 1e57cfb574d69e92edd8b820bdb3b1d3293aff37 (patch) | |
| tree | 824bcbfb898b4733fdba2236af663b23b04489ed /src/qmmpui | |
| parent | f42dce36389f8ea7eb583f83d594cf488e02c9f4 (diff) | |
| download | qmmp-1e57cfb574d69e92edd8b820bdb3b1d3293aff37.tar.gz qmmp-1e57cfb574d69e92edd8b820bdb3b1d3293aff37.tar.bz2 qmmp-1e57cfb574d69e92edd8b820bdb3b1d3293aff37.zip | |
removed useless code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9706 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
| -rw-r--r-- | src/qmmpui/detailsdialog.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qmmpui/detailsdialog.cpp b/src/qmmpui/detailsdialog.cpp index c1ef22904..e9dd55352 100644 --- a/src/qmmpui/detailsdialog.cpp +++ b/src/qmmpui/detailsdialog.cpp @@ -61,10 +61,6 @@ DetailsDialog::~DetailsDialog() delete t; t = nullptr; } - else - { - t->updateMetaData(); - } } if(!m_modifiedPaths.isEmpty()) |
