From 0756459b79b5b530bd8690d35aa9b35bc6918bfa Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 18 Oct 2021 09:11:51 +0200 Subject: [PATCH] videosettings.cpp: remove unused static const char *m[] --- src/gui/videosettings.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gui/videosettings.cpp b/src/gui/videosettings.cpp index a01db0d91..3caf8e358 100644 --- a/src/gui/videosettings.cpp +++ b/src/gui/videosettings.cpp @@ -751,13 +751,6 @@ bool CVideoSettings::changeNotify(const neutrino_locale_t OptionName, void * /* void CVideoSettings::next43Mode(void) { printf("[neutrino VideoSettings] %s setting 43Mode -> ", __FUNCTION__); -#if BOXMODEL_HD51 || BOXMODEL_H7 || BOXMODEL_BRE2ZE4K || BOXMODEL_HD60 - static const char *m[] = { "letterbox", "panscan", "bestfit", "nonlinear", "(unset)" }; -#elif BOXMODEL_OSMIO4K || BOXMODEL_OSMIO4KPLUS - static const char *m[] = { "letterbox", "panscan", "scale", "(unset)", "(unset)" }; -#else - static const char *m[] = { "panscan", "letterbox", "bestfit", "nonlinear", "(unset)" }; -#endif neutrino_locale_t text; unsigned int curmode = 0;