aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgit.h b/cgit.h
index ed100a7..f3d783e 100644
--- a/cgit.h
+++ b/cgit.h
@@ -96,10 +96,6 @@ extern int cgit_max_msg_len;
96extern int cgit_max_repodesc_len; 96extern int cgit_max_repodesc_len;
97extern int cgit_max_commit_count; 97extern int cgit_max_commit_count;
98 98
99extern char *cgit_repo_name;
100extern char *cgit_repo_desc;
101extern char *cgit_repo_owner;
102
103extern int cgit_query_has_symref; 99extern int cgit_query_has_symref;
104extern int cgit_query_has_sha1; 100extern int cgit_query_has_sha1;
105 101