From 34d3e8a45af6085559b6e75e0e0da2e048b26566 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Sep 2018 15:30:58 +0900 Subject: [PATCH] Removed unnecessary commented code. This makes the previous commit cleaner. Signed-off-by: Michele Calgaro (cherry picked from commit bc7abd22d07171ce4dfe178517bf1646aee7fe30) --- yakuake/src/skin_settings.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/yakuake/src/skin_settings.cpp b/yakuake/src/skin_settings.cpp index aabfd1b..dfa914f 100644 --- a/yakuake/src/skin_settings.cpp +++ b/yakuake/src/skin_settings.cpp @@ -148,9 +148,6 @@ void SkinSettings::slotPopulate() skin_icon.load(skin_icon_url.path()); bool exists = false; - /* SkinListItem* item = 0; - * moved in the while loop to reduce pointer variable scope - */ TQListViewItemIterator it2(skins_list); while (it2.current()) @@ -417,9 +414,6 @@ void SkinSettings::slotResetSelection() void SkinSettings::slotUpdateSelection(const TQString& selection) { selected = selection; -/* SkinListItem* skin = 0; - * moved in the while loop to reduce pointer variable scope - */ TQListViewItemIterator it(skins_list); while (it.current())