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 4c854ea..b8557ac 100644
--- a/cgit.h
+++ b/cgit.h
@@ -74,7 +74,6 @@ struct cgit_repo {
int enable_log_linecount;
int max_stats;
time_t mtime;
- struct cgit_filter *about_filter;
struct cgit_filter *commit_filter;
struct cgit_filter *source_filter;
};
@@ -189,7 +188,6 @@ struct cgit_config {
int summary_log;
int summary_tags;
struct string_list mimetypes;
- struct cgit_filter *about_filter;
struct cgit_filter *commit_filter;
struct cgit_filter *source_filter;
};