CComponentsItem: Remove parameter from function isAdded()

Origin commit data
------------------
Commit: b3559e37f8
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-10-21 (Mon, 21 Oct 2013)
This commit is contained in:
Michael Liebmann
2013-10-21 09:06:42 +02:00
parent 3714da93c6
commit 38f34886e6
2 changed files with 2 additions and 2 deletions

View File

@@ -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;