From befe726c421b3fb8ede6b826c087ad5ebaa5daf3 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Sun, 24 Feb 2013 14:50:51 +0100 Subject: [PATCH] Remove unneeded status style setting. --- src/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.c b/src/main.c index 05098e2..3345b22 100644 --- a/src/main.c +++ b/src/main.c @@ -120,9 +120,6 @@ static void vp_webview_load_status_cb(WebKitWebView* view, GParamSpec* pspec, gp vp_set_status(VP_STATUS_NORMAL); } - /* update the style of the status bar according to status */ - vp_update_status_style(); - /* status bar is updated by vp_set_mode */ vp_set_mode(VP_MODE_NORMAL , FALSE); vp_update_urlbar(uri); -- 2.20.1