mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponentsScrollBar: remove unnecessary debug output
This commit is contained in:
@@ -165,9 +165,6 @@ void CComponentsScrollBar::initSegments()
|
|||||||
y_seg += h_seg + append_y_offset;
|
y_seg += h_seg + append_y_offset;
|
||||||
|
|
||||||
int id = sb_segments_obj->getCCItemId(item);
|
int id = sb_segments_obj->getCCItemId(item);
|
||||||
if (sb_mark_id > id){
|
|
||||||
dprintf(DEBUG_NORMAL, "[CComponentsScrollBar] %s: sb_mark_id out of range current=%d allowed=%d\n", __func__, sb_mark_id, id);
|
|
||||||
}
|
|
||||||
|
|
||||||
//set color for marked id
|
//set color for marked id
|
||||||
if (sb_mark_id == id){
|
if (sb_mark_id == id){
|
||||||
|
Reference in New Issue
Block a user