From 1f8a15286c5eb8cda42f4f9b88151900d0dc5fad Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Sat, 9 Apr 2016 12:01:54 +0200 Subject: [PATCH] Remove obsolete comment in RSSyl's OPML import. --- src/plugins/rssyl/rssyl_cb_menu.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/rssyl/rssyl_cb_menu.c b/src/plugins/rssyl/rssyl_cb_menu.c index 3abf54d30..7a1e8fbca 100644 --- a/src/plugins/rssyl/rssyl_cb_menu.c +++ b/src/plugins/rssyl/rssyl_cb_menu.c @@ -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 - * tag in OPML's XML structure. Topmost outlines are under - * and , hence 2. */ ctx->depth = rssyl_folder_depth(item) + 1; ctx->current = NULL; ctx->current = g_slist_append(ctx->current, item); -- 2.25.1