From 7368ca00c16fe298e62d61dade09a516794903ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Forysiuk?= Date: Sun, 30 Jan 2011 12:18:39 +0100 Subject: [PATCH] Remove unneeded check in HTML import function. It was triggering a missleading warning at the last line of file giving the impression of interrupted and broken import. --- midori/midori-array.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/midori/midori-array.c b/midori/midori-array.c index 7e5f0f93..021afffa 100644 --- a/midori/midori-array.c +++ b/midori/midori-array.c @@ -347,8 +347,6 @@ katze_array_from_netscape_file (KatzeArray* array, { if (folder != array) folder = katze_item_get_parent ((KatzeItem*)folder); - else - g_warning ("A level-up although we are at the top level"); continue; } g_strfreev (element);