about summary refs log tree commit diff stats
path: root/ui-blob.c
diff options
context:
space:
mode:
authorLars Hjemli2008-03-24 01:00:36 +0100
committerLars Hjemli2008-03-24 01:01:28 +0100
commitb608e88adb6f77328288afb6dd0eddf674fc9b5b (patch)
treee194a466ba00d67bc037c76329ca050e84e1223b /ui-blob.c
parentAdd struct cgit_page to cgit_context (diff)
downloadcgit-b608e88adb6f77328288afb6dd0eddf674fc9b5b.tar.gz
cgit-b608e88adb6f77328288afb6dd0eddf674fc9b5b.zip
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>
Diffstat (limited to 'ui-blob.c')
-rw-r--r--ui-blob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-blob.c b/ui-blob.c index bd44574..3b29132 100644 --- a/ui-blob.c +++ b/ui-blob.c
@@ -9,7 +9,7 @@
9#include "cgit.h" 9#include "cgit.h"
10#include "html.h" 10#include "html.h"
11 11
12void cgit_print_blob(struct cacheitem *item, const char *hex, char *path) 12void cgit_print_blob(const char *hex, char *path)
13{ 13{
14 14
15 unsigned char sha1[20]; 15 unsigned char sha1[20];