mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponents: replace clear() with clearFbData(), remove cleanCCForm()
clear() replaces now clearCCItems() and cleanCCForm() is superfluous.
This commit is contained in:
@@ -108,7 +108,7 @@ int CComponentsIconForm::getIconId(const std::string& icon_name)
|
||||
//to remove old items before add new icons, otherwise icons will be appended.
|
||||
void CComponentsIconForm::removeAllIcons()
|
||||
{
|
||||
clearCCItems();
|
||||
clear();
|
||||
v_icons.clear();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user