Revert "- allow to force given osd resolution in "videosystem = auto" mode"

This reverts commit 6fc24e990b.
This commit is contained in:
M. Liebmann
2017-03-12 06:32:52 +01:00
parent 87cb1b514a
commit 5ce34d5cf9
9 changed files with 25 additions and 65 deletions

View File

@@ -19,16 +19,10 @@ class COsdHelpers
int g_settings_osd_resolution_save;
void changeOsdResolution(uint32_t mode, bool automode=false, bool forceOsdReset=false);
bool allow_OSDMODE_1080(int res);
int isVideoSystem1080(int res);
int getVideoSystem();
uint32_t getOsdResolution();
int setVideoSystem(int newSystem, bool remember = true);
enum {
FORCE_NEVER = 0,
FORCE_HD,
FORCE_ALL
};
};