mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user