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 <cgit@cryptocrack.de>
这个提交包含在:
Lukas Fleischer
2013-08-27 10:40:51 +02:00
提交者 Jason A. Donenfeld
父节点 2da46fe5aa
当前提交 d181d6593f
共有 2 个文件被更改,包括 0 次插入73 次删除

查看文件

@@ -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 */