summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-common-core.c
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2014-07-06 23:27:55 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2014-07-06 23:27:55 +0200
commit2ff5f5b7e58b56e850822959fb9f8d676484f9ef (patch)
treed174150a492e9c8b1ab841a286076f531f9edc5c /src/fe-common/core/fe-common-core.c
parent43baf71efd8d7323a2d6ae939c3c6350fef70f72 (diff)
downloadirssi-2ff5f5b7e58b56e850822959fb9f8d676484f9ef.zip
Fixed a compiler warning for statusbar_redraw
Fixed a compiler warning for statusbar_redraw.
Diffstat (limited to 'src/fe-common/core/fe-common-core.c')
-rw-r--r--src/fe-common/core/fe-common-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-common/core/fe-common-core.c b/src/fe-common/core/fe-common-core.c
index 375e8062..a475f056 100644
--- a/src/fe-common/core/fe-common-core.c
+++ b/src/fe-common/core/fe-common-core.c
@@ -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();
}