mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
CComponentsHeader: remove superfluous semicolon
Origin commit data
------------------
Commit: e06d835396
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-11 (Sun, 11 May 2014)
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());
|
||||
v_cch_btn.clear();
|
||||
if (cch_btn_obj)
|
||||
cch_btn_obj->clear();;
|
||||
cch_btn_obj->clear();
|
||||
}
|
||||
|
||||
void CComponentsHeader::initButtons()
|
||||
|
Reference in New Issue
Block a user