mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CComponents: replace clear() with clearFbData(), remove cleanCCForm()
clear() replaces now clearCCItems() and cleanCCForm() is superfluous.
This commit is contained in:
@@ -135,7 +135,7 @@ void CComponentsFrmClock::initCCLockItems()
|
||||
if (v_cc_items.size() != s_time.size()){
|
||||
|
||||
//clean up possible old items before add new items
|
||||
clearCCItems();
|
||||
clear();
|
||||
|
||||
//create new empty label objects, set some general properties and add to container
|
||||
for (size_t i = 0; i < s_time.size(); i++){
|
||||
|
Reference in New Issue
Block a user