diff options
author | Christian Hesse | 2018-06-18 11:48:43 +0200 |
---|---|---|
committer | Jason A. Donenfeld | 2018-06-27 18:13:03 +0200 |
commit | 54d37dc154f5308459df0a90c81dabd0245b6c17 (patch) | |
tree | 6a4ab44d3dc6f51ea9f417206721ec648bea67f9 /ui-shared.c | |
parent | 2f8648ff7f5c7119ab035c134504f04eefe068fb (diff) | |
download | cgit-54d37dc154f5308459df0a90c81dabd0245b6c17.tar.gz cgit-54d37dc154f5308459df0a90c81dabd0245b6c17.tar.bz2 cgit-54d37dc154f5308459df0a90c81dabd0245b6c17.zip |
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>
Diffstat (limited to 'ui-shared.c')
-rw-r--r-- | ui-shared.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-shared.c b/ui-shared.c index e8c0723..a63dcb0 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -977,8 +977,6 @@ static void print_header(void) | |||
977 | } else { | 977 | } else { |
978 | if (ctx.cfg.root_desc) | 978 | if (ctx.cfg.root_desc) |
979 | html_txt(ctx.cfg.root_desc); | 979 | html_txt(ctx.cfg.root_desc); |
980 | else if (ctx.cfg.index_info) | ||
981 | html_include(ctx.cfg.index_info); | ||
982 | } | 980 | } |
983 | html("</td></tr></table>\n"); | 981 | html("</td></tr></table>\n"); |
984 | } | 982 | } |