aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cgit.h b/cgit.h
index 16f8092..42140ac 100644
--- a/cgit.h
+++ b/cgit.h
@@ -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,