]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-blob.c
Remove obsolete cacheitem parameter to ui-functions
[cgit.git] / ui-blob.c
index bd44574e4caf07af4d25ed135e4abb05a4bc0349..3b291329a481f032fc8052e4b885aec2affbf695 100644 (file)
--- a/ui-blob.c
+++ b/ui-blob.c
@@ -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];