author | Lars Hjemli <hjemli@gmail.com> | 2007-05-18 20:50:11 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-05-18 20:50:45 (UTC) |
commit | 08cc2e5f0e24773dad81d38bd6b689e36afe9dda (patch) (unidiff) | |
tree | c6b46acc0669fe3d1d7b914b3858615b292734ac /cgit.h | |
parent | e189344a7dfe6fa1b07434d5170e6441dcbaf788 (diff) | |
download | cgit-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>
-rw-r--r-- | cgit.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -96,10 +96,6 @@ extern int cgit_max_msg_len; | |||
96 | extern int cgit_max_repodesc_len; | 96 | extern int cgit_max_repodesc_len; |
97 | extern int cgit_max_commit_count; | 97 | extern int cgit_max_commit_count; |
98 | 98 | ||
99 | extern char *cgit_repo_name; | ||
100 | extern char *cgit_repo_desc; | ||
101 | extern char *cgit_repo_owner; | ||
102 | |||
103 | extern int cgit_query_has_symref; | 99 | extern int cgit_query_has_symref; |
104 | extern int cgit_query_has_sha1; | 100 | extern int cgit_query_has_sha1; |
105 | 101 | ||