infoviewer_bb: disable broken infobar_casystem_dotmatrix code

Origin commit data
------------------
Commit: b197cf2dba
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-12 (Mon, 12 Dec 2016)

Origin message was:
------------------
- infoviewer_bb: disable broken infobar_casystem_dotmatrix code
This commit is contained in:
vanhofen
2016-12-12 11:25:42 +01:00
parent b30f9a0339
commit 2aa7616434
2 changed files with 4 additions and 2 deletions

View File

@@ -928,7 +928,8 @@ void CInfoViewerBB::paint_ca_bar()
{
paintBoxRel(g_InfoViewer->ChanInfoX, g_InfoViewer->BoxEndY, ca_width , bottom_bar_offset, COL_INFOBAR_CASYSTEM_PLUS_0);
}
#if 1
//NI
#if 0
if (g_settings.infobar_casystem_dotmatrix)
{
int xcnt = (g_InfoViewer->BoxEndX - g_InfoViewer->ChanInfoX - (g_settings.infobar_casystem_frame ? 24 : 0)) / 4;