infoviewer_bb: disable broken infobar_casystem_dotmatrix code

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-12-12 11:25:42 +01:00
parent f9dfb040e4
commit b227cefce0
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;