Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -179,7 +179,6 @@ struct cgit_query { int show_all; int context; int ignorews; - int follow; char *vpath; }; @@ -222,7 +221,6 @@ struct cgit_config { int case_sensitive_sort; int embedded; int enable_filter_overrides; - int enable_follow_links; int enable_http_clone; int enable_index_links; int enable_index_owner; |