diff --git a/apps/tagtree.c b/apps/tagtree.c index d13b137..928564f 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -1244,7 +1244,7 @@ static int retrieve_entries(struct tree_context *c, int offset, bool init) sort_limit = 0; strip = 0; } - +#if 0 if (tag != tag_title && tag != tag_filename) { if (offset == 0) @@ -1264,7 +1264,7 @@ static int retrieve_entries(struct tree_context *c, int offset, bool init) } special_entry_count+=2; } - +#endif total_count += special_entry_count; while (tagcache_get_next(&tcs))