summaryrefslogtreecommitdiff
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-05-18 22:50:11 +0200
committerLars Hjemli <hjemli@gmail.com>2007-05-18 22:50:45 +0200
commit08cc2e5f0e24773dad81d38bd6b689e36afe9dda (patch)
treec6b46acc0669fe3d1d7b914b3858615b292734ac /cgit.h
parente189344a7dfe6fa1b07434d5170e6441dcbaf788 (diff)
downloadcgit-08cc2e5f0e24773dad81d38bd6b689e36afe9dda.tar.gz
cgit-08cc2e5f0e24773dad81d38bd6b689e36afe9dda.tar.bz2
cgit-08cc2e5f0e24773dad81d38bd6b689e36afe9dda.zip
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 (limited to '')
-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
@@ -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;
s='deletions'>-2/+7 2020-05-07Better detection if a text starts with html or notRené 'Necoro' Neumann2-4/+13 2020-05-07go fmtRené 'Necoro' Neumann1-3/+2 2020-05-07Add header X-Feed2Imap-GUIDRené 'Necoro' Neumann3-1/+7 2020-05-07update changelogRené 'Necoro' Neumann1-0/+1 2020-05-07FixRené 'Necoro' Neumann1-1/+1 2020-05-07Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann5-21/+32 2020-05-06Print version during startupRené 'Necoro' Neumann1-1/+1 2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28 2020-05-05Fix pipelineRené 'Necoro' Neumann1-2/+5 2020-05-05Make changelog a part of the release pipeline (untested)René 'Necoro' Neumann2-0/+12