mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
CComponents: replace clear() with clearFbData(), remove cleanCCForm()
clear() replaces now clearCCItems() and cleanCCForm() is superfluous.
Origin commit data
------------------
Branch: ni/coolstream
Commit: ed7a2fd625
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-07 (Tue, 07 Jan 2014)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -64,21 +64,11 @@ CComponentsForm::CComponentsForm(const int x_pos, const int y_pos, const int w,
|
||||
|
||||
CComponentsForm::~CComponentsForm()
|
||||
{
|
||||
cleanCCForm();
|
||||
}
|
||||
|
||||
void CComponentsForm::cleanCCForm()
|
||||
{
|
||||
#ifdef DEBUG_CC
|
||||
printf("[CComponentsForm] [%s - %d] clean up...\n", __func__, __LINE__);
|
||||
#endif
|
||||
|
||||
clearCCItems();
|
||||
clear();
|
||||
}
|
||||
|
||||
|
||||
|
||||
void CComponentsForm::clearCCItems()
|
||||
void CComponentsForm::clear()
|
||||
{
|
||||
if (v_cc_items.empty())
|
||||
return;
|
||||
|
Reference in New Issue
Block a user