summaryrefslogtreecommitdiffstats
path: root/src/web-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-view.c')
-rw-r--r--src/web-view.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/web-view.c b/src/web-view.c
index d6d1f69..7950fe0 100644
--- a/src/web-view.c
+++ b/src/web-view.c
@@ -703,11 +703,6 @@ mq_web_view_load_uri(MqWebView *web_view, const gchar *uri)
{
gchar *rw_uri;
- /* Unlike webkit_web_view_load_uri(), allow NULL. */
- if (!uri) {
- return;
- }
-
if (web_view->uri) {
g_free(web_view->uri);
}