From d181d6593f827a524b9a7ebc860fa53410fddea2 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 27 Aug 2013 10:40:51 +0200 Subject: ui-shared: Drop filepair_cb_raw() and helper Remove filepair_cb_raw() and all related functions. These are no longer needed. We now use Git's internal functions for raw diff formatting everywhere. Signed-off-by: Lukas Fleischer --- ui-shared.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ui-shared.h') diff --git a/ui-shared.h b/ui-shared.h index a337dce..5987e77 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -67,5 +67,4 @@ extern void cgit_print_snapshot_links(const char *repo, const char *head, const char *hex, int snapshots); extern void cgit_add_hidden_formfields(int incl_head, int incl_search, const char *page); -extern void filepair_cb_raw(struct diff_filepair *pair); #endif /* UI_SHARED_H */ -- cgit v1.2.1