mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComponentsItem: Remove parameter from function isAdded()
This commit is contained in:
@@ -153,7 +153,7 @@ int CComponentsItem::getItemType()
|
||||
}
|
||||
|
||||
//returns true if current item is added to a form
|
||||
bool CComponentsItem::isAdded(CComponentsItem *parent_frm)
|
||||
bool CComponentsItem::isAdded()
|
||||
{
|
||||
if (cc_parent)
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user