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>
This commit is contained in:

committed by
Jason A. Donenfeld

parent
2f8648ff7f
commit
54d37dc154
3
cgit.h
3
cgit.h
@ -197,8 +197,6 @@ struct cgit_config {
|
||||
char *footer;
|
||||
char *head_include;
|
||||
char *header;
|
||||
char *index_header;
|
||||
char *index_info;
|
||||
char *logo;
|
||||
char *logo_link;
|
||||
char *mimetype_file;
|
||||
@ -248,7 +246,6 @@ struct cgit_config {
|
||||
int max_repodesc_len;
|
||||
int max_blob_size;
|
||||
int max_stats;
|
||||
int nocache;
|
||||
int noplainemail;
|
||||
int noheader;
|
||||
int renamelimit;
|
||||
|
Reference in New Issue
Block a user