mirror of
https://git.zx2c4.com/cgit
synced 2025-06-28 20:40:22 +02:00
Remove global and obsolete cgit_cmd
This variable was obsoleted by cmd.c. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
c60781d677
commit
dc3282f0ba
2 changed files with 1 additions and 2 deletions
1
cgit.h
1
cgit.h
|
@ -189,7 +189,6 @@ extern const char *cgit_version;
|
|||
extern struct cgit_repolist cgit_repolist;
|
||||
extern struct cgit_context ctx;
|
||||
extern const struct cgit_snapshot_format cgit_snapshot_formats[];
|
||||
extern int cgit_cmd;
|
||||
|
||||
extern struct cgit_repo *cgit_add_repo(const char *url);
|
||||
extern struct cgit_repo *cgit_get_repoinfo(const char *url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue