mirror of
https://git.zx2c4.com/cgit
synced 2025-06-26 03:38:39 +02:00
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:
parent
f3c1a187fe
commit
b608e88adb
6 changed files with 16 additions and 17 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue