about summary refs log tree commit diff stats
path: root/ui-repolist.c
diff options
context:
space:
mode:
authorChristian Hesse2018-06-18 11:48:43 +0200
committerJason A. Donenfeld2018-06-27 18:13:03 +0200
commit54d37dc154f5308459df0a90c81dabd0245b6c17 (patch)
tree6a4ab44d3dc6f51ea9f417206721ec648bea67f9 /ui-repolist.c
parentsnapshot: strip bit from struct cgit_snapshot_format (diff)
downloadcgit-54d37dc154f5308459df0a90c81dabd0245b6c17.tar.gz
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-repolist.c')
-rw-r--r--ui-repolist.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index af52f9b..41424c0 100644 --- a/ui-repolist.c +++ b/ui-repolist.c
@@ -288,9 +288,6 @@ void cgit_print_repolist(void)
288 cgit_print_docstart(); 288 cgit_print_docstart();
289 cgit_print_pageheader(); 289 cgit_print_pageheader();
290 290
291 if (ctx.cfg.index_header)
292 html_include(ctx.cfg.index_header);
293
294 if (ctx.qry.sort) 291 if (ctx.qry.sort)
295 sorted = sort_repolist(ctx.qry.sort); 292 sorted = sort_repolist(ctx.qry.sort);
296 else if (ctx.cfg.section_sort) 293 else if (ctx.cfg.section_sort)