the repository which powers this website
Remove unused extern declarations from cgit.h
Some unused declarations from the early days of cgit are removed. Signed-off-by: Lars Hjemli <[email protected]>
Lars Hjemli 2007-05-19
parent e189344 · commit 08cc2e5
-rw-r--r--cgit.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgit.h b/cgit.h
index ed100a75..f3d783e5 100644
--- a/cgit.h
+++ b/cgit.h
@@ -96,10 +96,6 @@ extern int cgit_max_msg_len;
extern int cgit_max_repodesc_len;
extern int cgit_max_commit_count;
-extern char *cgit_repo_name;
-extern char *cgit_repo_desc;
-extern char *cgit_repo_owner;
-
extern int cgit_query_has_symref;
extern int cgit_query_has_sha1;