summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/web-view.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/web-view.c b/src/web-view.c
index 60a8b75..b59a858 100644
--- a/src/web-view.c
+++ b/src/web-view.c
@@ -207,10 +207,6 @@ constructed(GObject *object)
web_view->config = mq_application_get_config(
mq_tab_page_get_application(web_view->tab_page));
- webkit_web_view_set_settings(WEBKIT_WEB_VIEW(web_view),
- mq_application_get_webkit_settings(
- mq_tab_page_get_application(web_view->tab_page)));
-
if (!web_view->uri) {
new_tab_page = mq_config_get_string(web_view->config,
"tabs.new");