global: remove functionality we deprecated for cgit v1.0

The man page states these were deprecated for v1.0. We are past v1.1,
so remove the functionality.

Signed-off-by: Christian Hesse <mail@eworm.de>
Reviewed-by: John Keeping <john@keeping.me.uk>
此提交包含在:
Christian Hesse
2018-06-18 11:48:43 +02:00
提交者 Jason A. Donenfeld
父節點 2f8648ff7f
當前提交 54d37dc154
共有 5 個檔案被更改,包括 3 行新增43 行删除

查看文件

@@ -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.index_info)
html_include(ctx.cfg.index_info);
}
html("</td></tr></table>\n");
}