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:
parent
1efabca2b1
commit
7368ca00c1
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue