Fixed a compiler warning for statusbar_redraw

Fixed a compiler warning for statusbar_redraw.
This commit is contained in:
Geert Hauwaerts 2014-07-06 23:27:55 +02:00
commit 2ff5f5b7e5
2 changed files with 1 additions and 1 deletions

View file

@ -463,7 +463,6 @@ void fe_common_core_finish_init(void)
if (setup_changed)
signal_emit("setup changed", 0);
statusbar_redraw(NULL, TRUE);
autorun_startup();
autoconnect_servers();
}