Diffstat (limited to 'ui-shared.c')
| -rw-r--r-- | ui-shared.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui-shared.c b/ui-shared.c index ee3f6fe..2eddd2d 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -257,11 +257,6 @@ static void reporevlink(char *page, char *name, char *title, char *class, html("</a>"); } -void cgit_summary_link(char *name, char *title, char *class, char *head) -{ - reporevlink(NULL, name, title, class, head, NULL, NULL); -} - void cgit_tree_link(char *name, char *title, char *class, char *head, char *rev, char *path) { |