Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -106,8 +106,6 @@ struct cgit_repo { struct cgit_filter *email_filter; struct cgit_filter *owner_filter; struct string_list submodules; - int hide; - int ignore; }; typedef void (*repo_config_fn)(struct cgit_repo *repo, const char *name, |