mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CComponentsWindow: remove unused member
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user