From: Daniel Carl <danielcarl@gmx.de>
Date: Sun, 24 Feb 2013 13:50:51 +0000 (+0100)
Subject: Remove unneeded status style setting.
X-Git-Url: https://git.owens.tech/assets/wrapped.html/assets/wrapped.html/git?a=commitdiff_plain;h=befe726c421b3fb8ede6b826c087ad5ebaa5daf3;p=vimb.git

Remove unneeded status style setting.
---

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);