summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2007-05-18 20:50:11 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-05-18 20:50:45 (UTC)
commit08cc2e5f0e24773dad81d38bd6b689e36afe9dda (patch) (side-by-side diff)
treec6b46acc0669fe3d1d7b914b3858615b292734ac
parente189344a7dfe6fa1b07434d5170e6441dcbaf788 (diff)
downloadcgit-08cc2e5f0e24773dad81d38bd6b689e36afe9dda.zip
cgit-08cc2e5f0e24773dad81d38bd6b689e36afe9dda.tar.gz
cgit-08cc2e5f0e24773dad81d38bd6b689e36afe9dda.tar.bz2
Remove unused extern declarations from cgit.h
Some unused declarations from the early days of cgit are removed. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (more/less context) (show whitespace changes)
-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
@@ -87,28 +87,24 @@ 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;
extern int cgit_cache_dynamic_ttl;
extern int cgit_cache_static_ttl;
extern int cgit_cache_max_create_time;
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;
extern char *cgit_querystring;
extern char *cgit_query_repo;
extern char *cgit_query_page;
extern char *cgit_query_search;
extern char *cgit_query_head;
extern char *cgit_query_sha1;
extern char *cgit_query_sha2;
extern char *cgit_query_path;
extern char *cgit_query_name;