CComponentsWindow: remove unused member

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3fe6a376a5
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-23 (Sun, 23 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2013-06-23 23:25:55 +02:00
parent 744b88e627
commit 730cbee3cd

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