From a2c35b91ae65087c574042352a53731bf848ae0d Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Thu, 4 Nov 2004 07:32:20 +0000 Subject: [PATCH] This variable is now unused. svn path=/trunk/kdemultimedia/juk/; revision=360291 --- tageditor.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tageditor.cpp b/tageditor.cpp index 670d9429..0a008c56 100644 --- a/tageditor.cpp +++ b/tageditor.cpp @@ -630,10 +630,6 @@ void TagEditor::save(const PlaylistItemList &list) m_dataChanged = false; m_performingSave = true; - // To keep track of the files that don't cooperate... - - QStringList errorFiles; - // The list variable can become corrupted if the playlist holding its // items dies, which is possible as we edit tags. So we need to copy // the end marker. -- GitLab