Diffstat (limited to 'ui-repolist.c')
| -rw-r--r-- | ui-repolist.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index 8e367a2..d7311e4 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -17,11 +17,6 @@ void cgit_print_repolist(struct cacheitem *item) cgit_print_pageheader(cgit_root_title, 0); html("<table class='list nowrap'>"); - if (cgit_index_header) { - html("<tr class='nohover'><td colspan='4' class='include-block'>"); - html_include(cgit_index_header); - html("</td></tr>"); - } html("<tr class='nohover'>" "<th class='left'>Name</th>" "<th class='left'>Description</th>" |