diff options
Diffstat (limited to 'src/emu/clifront.cpp')
-rw-r--r-- | src/emu/clifront.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/clifront.cpp b/src/emu/clifront.cpp index 4a718febd0e..0797974e379 100644 --- a/src/emu/clifront.cpp +++ b/src/emu/clifront.cpp @@ -107,7 +107,6 @@ int cli_frontend::execute(int argc, char **argv) m_options.parse_standard_inis(option_errors); - //load_translation(); load_translation(m_options); manager->start_luaengine(); |