mirror of
https://git.zx2c4.com/cgit
synced 2025-07-22 11:54:23 +02:00
Remove obsolete cacheitem parameter to ui-functions
This parameter hasn't been used for a very long time... Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
f3c1a187fe
commit
b608e88adb
6 changed files with 16 additions and 17 deletions
|
@ -69,8 +69,7 @@ static const struct snapshot_archive_t {
|
|||
|
||||
#define snapshot_archives_len (sizeof(snapshot_archives) / sizeof(*snapshot_archives))
|
||||
|
||||
void cgit_print_snapshot(struct cacheitem *item, const char *head,
|
||||
const char *hex, const char *prefix,
|
||||
void cgit_print_snapshot(const char *head, const char *hex, const char *prefix,
|
||||
const char *filename, int snapshots)
|
||||
{
|
||||
const struct snapshot_archive_t* sat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue