comment out never used

This commit is contained in:
satbaby
2012-08-04 10:03:19 +02:00
parent f8aa4262cb
commit 9124c20f31
26 changed files with 149 additions and 85 deletions

View File

@@ -88,11 +88,12 @@ int CMountChooser::exec(CMenuTarget* parent, const std::string & actionKey)
return CMenuWidget::exec(parent, actionKey);
}
}
#if 0
//never used
void CMountChooser::setSelectedItem(int selection)
{
selected = selection;
}
#endif