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:
Lars Hjemli 2008-03-24 01:00:36 +01:00
parent f3c1a187fe
commit b608e88adb
6 changed files with 16 additions and 17 deletions

View file

@ -9,7 +9,7 @@
#include "cgit.h"
#include "html.h"
void cgit_print_blob(struct cacheitem *item, const char *hex, char *path)
void cgit_print_blob(const char *hex, char *path)
{
unsigned char sha1[20];