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.
This commit is contained in:
Paweł Forysiuk 2011-01-30 12:18:39 +01:00 committed by Christian Dywan
parent 1efabca2b1
commit 7368ca00c1

View file

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