mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CComponentsItem: move function isAdded() to CComponentsItem class
This commit is contained in:
@@ -165,14 +165,6 @@ int CComponentsForm::getCCItemId(CComponentsItem* cc_Item)
|
||||
return -1;
|
||||
}
|
||||
|
||||
bool CComponentsForm::isAdded(CComponentsItem* cc_item)
|
||||
{
|
||||
bool ret = false;
|
||||
if (getCCItemId(cc_item) != -1)
|
||||
ret = true;
|
||||
return ret;
|
||||
}
|
||||
|
||||
int CComponentsForm::genIndex()
|
||||
{
|
||||
int count = v_cc_items.size();
|
||||
|
Reference in New Issue
Block a user