ANDROID: Remove dead code
This commit is contained in:
parent
02e51f9de5
commit
72889ee24f
3 changed files with 2 additions and 43 deletions
|
@ -285,7 +285,8 @@ void OSystem_Android::initBackend() {
|
|||
_main_thread = pthread_self();
|
||||
|
||||
ConfMan.setInt("autosave_period", 0);
|
||||
ConfMan.setInt("FM_medium_quality", true);
|
||||
ConfMan.setBool("FM_high_quality", false);
|
||||
ConfMan.setBool("FM_medium_quality", true);
|
||||
|
||||
// must happen before creating TimerManager to avoid race in
|
||||
// creating EventManager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue