mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
cc_frm_clock: clean up, remove unused var and comments
This commit is contained in:
@@ -224,7 +224,7 @@ void CComponentsFrmClock::initCCLockItems()
|
|||||||
int y_tmp = y;
|
int y_tmp = y;
|
||||||
|
|
||||||
const bool force_repaint = cl_force_repaint;
|
const bool force_repaint = cl_force_repaint;
|
||||||
// dprintf(DEBUG_NORMAL, "\033[33m[CComponentsFrmClock][%s - %d], clock width width %d \033[0m\n", __func__, __LINE__, width);
|
|
||||||
/* modify available label items with current segment chars
|
/* modify available label items with current segment chars
|
||||||
* we are using segments with only one char per segment,
|
* we are using segments with only one char per segment,
|
||||||
* these chars are predefined via format string
|
* these chars are predefined via format string
|
||||||
@@ -290,15 +290,12 @@ void CComponentsFrmClock::initCCLockItems()
|
|||||||
cl_width += lbl->getWidth();//w_tmp;
|
cl_width += lbl->getWidth();//w_tmp;
|
||||||
h_text_min = max(lbl->getHeight(), height);
|
h_text_min = max(lbl->getHeight(), height);
|
||||||
height = max(lbl->getHeight(), height);
|
height = max(lbl->getHeight(), height);
|
||||||
// dprintf(DEBUG_NORMAL, "\033[33m[CComponentsFrmClock][%s - %d], clock width width %d cl_width = %d\033[0m\n", __func__, __LINE__, width, cl_width);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//set required width for clock (this)
|
//set required width for clock (this)
|
||||||
int w_std = width;
|
|
||||||
if (cl_width > width){
|
if (cl_width > width){
|
||||||
width = cl_width;
|
width = cl_width;
|
||||||
}
|
}
|
||||||
// dprintf(DEBUG_NORMAL, "\033[33m[CComponentsFrmClock][%s - %d], clock width width %d w_std %d cl_width = %d\033[0m\n", __func__, __LINE__, width, w_std, cl_width);
|
|
||||||
|
|
||||||
//use first item as reference and set x and y position to the 1st segement item with definied alignment
|
//use first item as reference and set x and y position to the 1st segement item with definied alignment
|
||||||
//ensure unsigned position values
|
//ensure unsigned position values
|
||||||
|
Reference in New Issue
Block a user