summaryrefslogtreecommitdiffabout
path: root/cgit.h
authorLars Hjemli <hjemli@gmail.com>2008-03-25 01:00:09 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2008-03-25 01:00:09 (UTC)
commitdc3282f0baa14949439593729a45fbe143e3622c (patch) (unidiff)
tree2eb7eabeb11c4a1c1e132d396ac5c621caf48414 /cgit.h
parentc60781d677ee3b2e53b1f3078fef763622e5effe (diff)
downloadcgit-dc3282f0baa14949439593729a45fbe143e3622c.zip
cgit-dc3282f0baa14949439593729a45fbe143e3622c.tar.gz
cgit-dc3282f0baa14949439593729a45fbe143e3622c.tar.bz2
Remove global and obsolete cgit_cmd
This variable was obsoleted by cmd.c. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h
index b58676b..e82e9aa 100644
--- a/cgit.h
+++ b/cgit.h
@@ -189,7 +189,6 @@ extern const char *cgit_version;
189extern struct cgit_repolist cgit_repolist; 189extern struct cgit_repolist cgit_repolist;
190extern struct cgit_context ctx; 190extern struct cgit_context ctx;
191extern const struct cgit_snapshot_format cgit_snapshot_formats[]; 191extern const struct cgit_snapshot_format cgit_snapshot_formats[];
192extern int cgit_cmd;
193 192
194extern struct cgit_repo *cgit_add_repo(const char *url); 193extern struct cgit_repo *cgit_add_repo(const char *url);
195extern struct cgit_repo *cgit_get_repoinfo(const char *url); 194extern struct cgit_repo *cgit_get_repoinfo(const char *url);