mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CComponentsHeader: remove superfluous semicolon
This commit is contained in:
@@ -255,7 +255,7 @@ void CComponentsHeader::removeContextButtons()
|
|||||||
dprintf(DEBUG_DEBUG, "[CComponentsHeader]\t [%s - %d] removing %u context buttons...\n", __func__, __LINE__, v_cch_btn.size());
|
dprintf(DEBUG_DEBUG, "[CComponentsHeader]\t [%s - %d] removing %u context buttons...\n", __func__, __LINE__, v_cch_btn.size());
|
||||||
v_cch_btn.clear();
|
v_cch_btn.clear();
|
||||||
if (cch_btn_obj)
|
if (cch_btn_obj)
|
||||||
cch_btn_obj->clear();;
|
cch_btn_obj->clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CComponentsHeader::initButtons()
|
void CComponentsHeader::initButtons()
|
||||||
|
Reference in New Issue
Block a user