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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cgit.h b/cgit.h
index 709fc0c..b8b7712 100644
--- a/cgit.h
+++ b/cgit.h
@@ -90,9 +90,6 @@ struct cgit_repo {
char *extra_head_content;
char *owner;
char *homepage;
- char *ci_url;
- char *ci_branch_url;
- char *ci_tag_url;
char *defbranch;
char *module_link;
struct string_list readme;
@@ -199,9 +196,6 @@ struct cgit_query {
struct cgit_config {
char *agefile;
char *cache_root;
- char *ci_url;
- char *ci_branch_url;
- char *ci_tag_url;
char *clone_prefix;
char *clone_url;
char *favicon;