From 52493446f33d4262f709a84ea1db3981532c8395 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 15 Jul 2012 20:41:29 +0200 Subject: [PATCH] vfd_setup: re-disable vfd-stuff for zee Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/aa64061cec2d013a4fe2e9c1e2649a4447ce2392 Author: vanhofen Date: 2012-07-15 (Sun, 15 Jul 2012) Origin message was: ------------------ - vfd_setup: re-disable vfd-stuff for zee ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/vfd_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/vfd_setup.cpp b/src/gui/vfd_setup.cpp index 1e6791250..2373eae4d 100644 --- a/src/gui/vfd_setup.cpp +++ b/src/gui/vfd_setup.cpp @@ -53,7 +53,7 @@ CVfdSetup::CVfdSetup() { width = w_max (40, 10); dim_time = NULL; - vfd_enabled = true; //(cs_get_revision() != 10); + vfd_enabled = (cs_get_revision() != 10); } CVfdSetup::~CVfdSetup()