Fix broken option list in POSIX frontend

f5c9a36930 tried to remove an entry from
the list of options, but only deleted half of it.
This commit is contained in:
Adam Sampson 2017-10-03 07:52:39 +01:00
parent 3a000b68fd
commit ecbcb3c821
1 changed files with 0 additions and 1 deletions

View File

@ -182,7 +182,6 @@ fill_config( class configured_features *config,
"SAVETYPE"}, "SAVETYPE"},
#ifdef INCLUDE_OPENGL_2D #ifdef INCLUDE_OPENGL_2D
{ "opengl-2d", 0, 0, G_OPTION_ARG_NONE, &config->opengl_2d, "Enables using OpenGL for screen rendering", NULL}, { "opengl-2d", 0, 0, G_OPTION_ARG_NONE, &config->opengl_2d, "Enables using OpenGL for screen rendering", NULL},
NULL},
#endif #endif
{ "fwlang", 0, 0, G_OPTION_ARG_INT, &config->firmware_language, "Set the language in the firmware, LANG as follows:\n" { "fwlang", 0, 0, G_OPTION_ARG_INT, &config->firmware_language, "Set the language in the firmware, LANG as follows:\n"
"\t\t\t\t\t\t 0 = Japanese\n" "\t\t\t\t\t\t 0 = Japanese\n"