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 年前
父節點 1f0d6dd2d7
當前提交 bc7abd22d0
簽署人: MicheleC
GPG 金鑰 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())

載入中…
取消
儲存