diff --git a/src/gui/infoviewer_bb.cpp b/src/gui/infoviewer_bb.cpp index 92a448270..bd6f7dd2e 100644 --- a/src/gui/infoviewer_bb.cpp +++ b/src/gui/infoviewer_bb.cpp @@ -840,8 +840,6 @@ void CInfoViewerBB::paint_ca_icons(int notfirst) bool found = false; for(casys_map_iterator_t it = channel->camap.begin(); it != channel->camap.end(); ++it) { int caid = (*it) & 0xFF00; - if (caid == 0x1700) - caid = 0x0600; if((found = (caid == caids[i]))) break; }