]> granicus.if.org Git - cgit/commitdiff
Remove unused extern declarations from cgit.h
authorLars Hjemli <hjemli@gmail.com>
Fri, 18 May 2007 20:50:11 +0000 (22:50 +0200)
committerLars Hjemli <hjemli@gmail.com>
Fri, 18 May 2007 20:50:45 +0000 (22:50 +0200)
Some unused declarations from the early days of cgit are removed.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cgit.h

diff --git a/cgit.h b/cgit.h
index ed100a758b2b7381bc85e08da4d0442dfaf7afa0..f3d783e553704ffbab9ee1f8bcde346b8259531f 100644 (file)
--- 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;