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>
Tento commit je obsažen v:
Lars Hjemli
2008-03-24 01:00:36 +01:00
rodič f3c1a187fe
revize b608e88adb
6 změnil soubory, kde provedl 16 přidání a 17 odebrání

Zobrazit soubor

@@ -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;