diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-08 15:30:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-08 15:30:58 +0900 |
commit | bc7abd22d07171ce4dfe178517bf1646aee7fe30 (patch) | |
tree | 40361020188c8db75f662e0471fcae28da39921c | |
parent | 1f0d6dd2d76e34cd71700ed77e410040e2a6a8c1 (diff) | |
download | yakuake-bc7abd22d07171ce4dfe178517bf1646aee7fe30.tar.gz yakuake-bc7abd22d07171ce4dfe178517bf1646aee7fe30.zip |
Removed unnecessary commented code. This makes the previous commit
cleaner.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | yakuake/src/skin_settings.cpp | 6 |
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()) |