summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-08 15:30:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-08 15:36:12 +0900
commit34d3e8a45af6085559b6e75e0e0da2e048b26566 (patch)
tree7ff49edb8618de935dd8f878897f29203697df8d
parentc65e18412a96098aea5d69e6921261479d93ac33 (diff)
downloadyakuake-34d3e8a45af6085559b6e75e0e0da2e048b26566.tar.gz
yakuake-34d3e8a45af6085559b6e75e0e0da2e048b26566.zip
Removed unnecessary commented code. This makes the previous commit
cleaner. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bc7abd22d07171ce4dfe178517bf1646aee7fe30)
-rw-r--r--yakuake/src/skin_settings.cpp6
1 files changed, 0 insertions, 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())