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 /cgit.h | |
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 'cgit.h')
-rw-r--r-- | cgit.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -197,8 +197,6 @@ struct cgit_config { | |||
197 | char *footer; | 197 | char *footer; |
198 | char *head_include; | 198 | char *head_include; |
199 | char *header; | 199 | char *header; |
200 | char *index_header; | ||
201 | char *index_info; | ||
202 | char *logo; | 200 | char *logo; |
203 | char *logo_link; | 201 | char *logo_link; |
204 | char *mimetype_file; | 202 | char *mimetype_file; |
@@ -248,7 +246,6 @@ struct cgit_config { | |||
248 | int max_repodesc_len; | 246 | int max_repodesc_len; |
249 | int max_blob_size; | 247 | int max_blob_size; |
250 | int max_stats; | 248 | int max_stats; |
251 | int nocache; | ||
252 | int noplainemail; | 249 | int noplainemail; |
253 | int noheader; | 250 | int noheader; |
254 | int renamelimit; | 251 | int renamelimit; |