CComponentsWindow: remove unused member

This commit is contained in:
2013-06-23 23:25:55 +02:00
parent 75fe48043e
commit 3fe6a376a5

View File

@@ -211,14 +211,6 @@ void CComponentsWindow::addWindowItem(CComponentsItem* cc_Item)
ccw_body->addCCItem(cc_Item);
}
int CComponentsWindow::getStartY()
{
if (ccw_head)
return ccw_head->getHeight();
return 0;
}
void CComponentsWindow::initCCWItems()
{
#ifdef DEBUG_CC