diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2008-03-24 01:00:36 +0100 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2008-03-24 01:01:28 +0100 | 
| commit | b608e88adb6f77328288afb6dd0eddf674fc9b5b (patch) | |
| tree | e194a466ba00d67bc037c76329ca050e84e1223b /ui-patch.c | |
| parent | Add struct cgit_page to cgit_context (diff) | |
| download | cgit-b608e88adb6f77328288afb6dd0eddf674fc9b5b.tar.gz cgit-b608e88adb6f77328288afb6dd0eddf674fc9b5b.tar.bz2 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 '')
| -rw-r--r-- | ui-patch.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -69,7 +69,7 @@ static void filepair_cb(struct diff_filepair *pair)  		html("Error running diff");  } -void cgit_print_patch(char *hex, struct cacheitem *item) +void cgit_print_patch(char *hex)  {  	struct commit *commit;  	struct commitinfo *info; | 
