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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgit.h b/cgit.h
index ed100a7..290401f 100644
--- a/cgit.h
+++ b/cgit.h
@@ -38,8 +38,6 @@ struct repoinfo {
char *defbranch;
char *module_link;
int snapshots;
- int enable_log_filecount;
- int enable_log_linecount;
};
struct repolist {
@@ -83,8 +81,6 @@ extern char *cgit_cache_root;
extern int cgit_nocache;
extern int cgit_snapshots;
-extern int cgit_enable_log_filecount;
-extern int cgit_enable_log_linecount;
extern int cgit_max_lock_attempts;
extern int cgit_cache_root_ttl;
extern int cgit_cache_repo_ttl;