From a99fe21b74ceda04aa14a96a187099e23c19c6e5 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 10 Feb 2017 00:23:57 +0100 Subject: [PATCH] ni-menu: remove obsolete usage of screen_width/height Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ae408331eb5f24bb35be23a27347e4b68822b767 Author: vanhofen Date: 2017-02-10 (Fri, 10 Feb 2017) Origin message was: ------------------ - ni-menu: remove obsolete usage of screen_width/height ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/ni_menu.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/ni_menu.cpp b/src/gui/ni_menu.cpp index ba9b24169..5226862f4 100644 --- a/src/gui/ni_menu.cpp +++ b/src/gui/ni_menu.cpp @@ -232,8 +232,6 @@ bool CNITouchFileNotifier::changeNotify(const neutrino_locale_t, void * data) CFrameBuffer::getInstance()->Clear(); - g_settings.screen_height = 576; - g_settings.screen_width = 720; g_settings.font_scaling_x = 100; g_settings.font_scaling_y = 100; } @@ -288,8 +286,6 @@ bool CNITouchFileNotifier::changeNotify(const neutrino_locale_t, void * data) CFrameBuffer::getInstance()->Clear(); - g_settings.screen_height = 720; - g_settings.screen_width = 1280; g_settings.font_scaling_x = 105; g_settings.font_scaling_y = 105; }