Remove obsolete comment in RSSyl's OPML import.
authorAndrej Kacian <ticho@claws-mail.org>
Sat, 9 Apr 2016 10:01:54 +0000 (12:01 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Sat, 9 Apr 2016 10:01:54 +0000 (12:01 +0200)
src/plugins/rssyl/rssyl_cb_menu.c

index 3abf54d3083056bd389c836254d64c996b332682..7a1e8fbca65de74745afc5aaf30e6a7dde31ad69 100644 (file)
@@ -362,9 +362,6 @@ void rssyl_import_feed_list_cb(GtkAction *action, gpointer data)
 
        ctx = malloc( sizeof(OPMLImportCtx) );
        ctx->failures = 0;
-       /* This needs to be +2, since we will be comparing it to depth of
-        * <outline> tag in OPML's XML structure. Topmost outlines are under
-        * <opml> and <body>, hence 2. */
        ctx->depth = rssyl_folder_depth(item) + 1;
        ctx->current = NULL;
        ctx->current = g_slist_append(ctx->current, item);