Fix flif_view

This commit is contained in:
Emery Hemingway
2019-02-22 16:39:37 +01:00
committed by Norman Feske
parent 36cce70728
commit e35fb825a0

View File

@@ -220,9 +220,6 @@ struct Flif_view::Main
void handle_config_signal()
{
try { env.vfs().apply_config(config_rom.xml().sub_node("vfs")); }
catch (...) { }
config_rom.update();
Libc::with_libc([&] () { handle_config(); });
}