From b97fc01a350670cd9f51e73b61be1efb904419dd Mon Sep 17 00:00:00 2001 From: kakukri Date: Thu, 19 Nov 2015 02:08:24 +0000 Subject: [PATCH] Clean a comment git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6239 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: ce861b15be4abbb696f533fdbfbd2bfd9708117b Former-commit-id: f29bcf18f355490a52fb10f98dd02fcc0695a006 --- src/modules/graphic/ssggraph/grboard.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/graphic/ssggraph/grboard.cpp b/src/modules/graphic/ssggraph/grboard.cpp index c4dc18d93..198dd1229 100644 --- a/src/modules/graphic/ssggraph/grboard.cpp +++ b/src/modules/graphic/ssggraph/grboard.cpp @@ -1878,7 +1878,6 @@ cGrBoard::grDispDashboard() grSetupDrawingArea(x1, y1, x1 + 32 * dx, y1 - dy); // Write information - //if (dashboardFlag % 2) {//TEST condition if (car_->_dashboardActiveItem < car_->_dashboardInstantNb) { GfuiDrawString(buf1, normal_color_, GFUI_FONT_LARGE_C, x1, y1 - dy, 16 * dx, GFUI_ALIGN_HR); GfuiDrawString(buf2, danger_color_, GFUI_FONT_LARGE_C, x1 + 16 * dx, y1 - dy, 8 * dx, GFUI_ALIGN_HR);