about summary refs log tree commit diff stats
path: root/ui-patch.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-patch.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-patch.c')
-rw-r--r--ui-patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-patch.c b/ui-patch.c index a77f3f6..68ebb15 100644 --- a/ui-patch.c +++ b/ui-patch.c
@@ -69,7 +69,7 @@ static void filepair_cb(struct diff_filepair *pair)
69 html("Error running diff"); 69 html("Error running diff");
70} 70}
71 71
72void cgit_print_patch(char *hex, struct cacheitem *item) 72void cgit_print_patch(char *hex)
73{ 73{
74 struct commit *commit; 74 struct commit *commit;
75 struct commitinfo *info; 75 struct commitinfo *info;