ni-menu: remove obsolete usage of screen_width/height

Origin commit data
------------------
Branch: ni/coolstream
Commit: ae408331eb
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2017-02-10 00:23:57 +01:00
parent 490a4e0d9c
commit a99fe21b74

View File

@@ -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;
}