From 38e38dba2dfb24419eba52507d63a24e7385986d Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 8 Dec 2016 13:41:38 +0100 Subject: [PATCH] timerlist: remove menu button from footer; is available in header too Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/74c54d885a1e1c2baabe65e6e68f4def2376037a Author: vanhofen Date: 2016-12-08 (Thu, 08 Dec 2016) Origin message was: ------------------ - timerlist: remove menu button from footer; is available in header too --- src/gui/timerlist.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index dfa92cfed..7b18e5b04 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -653,7 +653,6 @@ struct button_label TimerListButtons[] = { NEUTRINO_ICON_BUTTON_YELLOW , LOCALE_TIMERLIST_RELOAD }, { NEUTRINO_ICON_BUTTON_BLUE , LOCALE_TIMERLIST_MODIFY }, { NEUTRINO_ICON_BUTTON_INFO_SMALL, NONEXISTANT_LOCALE }, - { NEUTRINO_ICON_BUTTON_MENU_SMALL, NONEXISTANT_LOCALE }, { NEUTRINO_ICON_BUTTON_PLAY , NONEXISTANT_LOCALE } }; size_t TimerListButtonsCount = sizeof(TimerListButtons)/sizeof(TimerListButtons[0]);