CComponentsHeader: remove superfluous semicolon

Origin commit data
------------------
Branch: ni/coolstream
Commit: e06d835396
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-11 (Sun, 11 May 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
2014-05-11 16:18:34 +02:00
parent f2e15fbea7
commit a1c1463e44

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()