]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-shared.c
global: remove functionality we deprecated for cgit v1.0
[cgit.git] / ui-shared.c
index e8c0723c75fc84958c230b1eee3824382ca69f66..a63dcb041d99cdf65d101bd98bcc19059e329d94 100644 (file)
@@ -977,8 +977,6 @@ static void print_header(void)
        } else {
                if (ctx.cfg.root_desc)
                        html_txt(ctx.cfg.root_desc);
        } else {
                if (ctx.cfg.root_desc)
                        html_txt(ctx.cfg.root_desc);
-               else if (ctx.cfg.index_info)
-                       html_include(ctx.cfg.index_info);
        }
        html("</td></tr></table>\n");
 }
        }
        html("</td></tr></table>\n");
 }