From bd4deca32bb4a26e795e2f5c6c936cd0a74e2f80 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 10 Mar 2016 09:54:49 +0100 Subject: [PATCH] adzap: remove useless red button Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/0672fdf20e14c4500ef309f4937f27af45564431 Author: vanhofen Date: 2016-03-10 (Thu, 10 Mar 2016) Origin message was: ------------------ - adzap: remove useless red button ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/adzap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/adzap.cpp b/src/gui/adzap.cpp index 21fdcf97e..1643cc6f5 100644 --- a/src/gui/adzap.cpp +++ b/src/gui/adzap.cpp @@ -44,7 +44,7 @@ #define ADZAP_DATA "/tmp/adzap.data" static const struct button_label CAdZapMenuFooterButtons[] = { - { NEUTRINO_ICON_BUTTON_RED, LOCALE_ADZAP_DISABLE }, + //{ NEUTRINO_ICON_BUTTON_RED, LOCALE_ADZAP_DISABLE }, { NEUTRINO_ICON_BUTTON_GREEN, LOCALE_ADZAP_ENABLE }, { NEUTRINO_ICON_BUTTON_BLUE, LOCALE_ADZAP_MONITOR } }; @@ -313,7 +313,7 @@ void CAdZapMenu::ShowMenu() bool show_monitor = monitorLifeTime.tv_sec; CMenuWidget *menu = new CMenuWidget(LOCALE_ADZAP, NEUTRINO_ICON_SETTINGS, width); - menu->addKey(CRCInput::RC_red, this, "disable"); + //menu->addKey(CRCInput::RC_red, this, "disable"); menu->addKey(CRCInput::RC_green, this, "enable"); menu->addKey(CRCInput::RC_blue, this, "monitor"); menu->addIntroItems();