drop redundant unused buggy "fullscreen" code
This commit is contained in:
parent
a4f06cb79c
commit
79d049e7dd
1 changed files with 2 additions and 6 deletions
|
|
@ -18842,11 +18842,6 @@ static void parse_one_option(const char *str, const char *arg)
|
||||||
native_screensize = boolval;
|
native_screensize = boolval;
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (!strcmp(str, "fullscreen"))
|
|
||||||
{
|
|
||||||
fullscreen = boolval;
|
|
||||||
}
|
|
||||||
|
|
||||||
else if (!strcmp(str, "windowed"))
|
else if (!strcmp(str, "windowed"))
|
||||||
{
|
{
|
||||||
fullscreen = !boolval;
|
fullscreen = !boolval;
|
||||||
|
|
@ -19282,9 +19277,10 @@ static void parse_one_option(const char *str, const char *arg)
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (!strcmp(str, "nosysconfig"))
|
else if (!strcmp(str, "sysconfig"))
|
||||||
{
|
{
|
||||||
debug("Not using system config.");
|
debug("Not using system config.");
|
||||||
|
// FIXME: need to use boolval here
|
||||||
}
|
}
|
||||||
|
|
||||||
// else
|
// else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue