Removed unnecessary commented code. This makes the previous commit

cleaner.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/3/head
Michele Calgaro 6 years ago
parent 1f0d6dd2d7
commit bc7abd22d0
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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())

Loading…
Cancel
Save