CComponentsHeader: remove superfluous semicolon

This commit is contained in:
2014-05-11 16:18:34 +02:00
parent 4a28d853d2
commit e06d835396

View File

@@ -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());
v_cch_btn.clear();
if (cch_btn_obj)
cch_btn_obj->clear();;
cch_btn_obj->clear();
}
void CComponentsHeader::initButtons()