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>
这个提交包含在:
Lars Hjemli
2008-03-24 01:00:36 +01:00
父节点 f3c1a187fe
当前提交 b608e88adb
共有 6 个文件被更改,包括 16 次插入17 次删除

查看文件

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