| -rw-r--r-- | ui-shared.c | 5 | ||||
| -rw-r--r-- | ui-shared.h | 1 |
2 files changed, 0 insertions, 6 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) { diff --git a/ui-shared.h b/ui-shared.h index 0cd5ed1..747f092 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -10,7 +10,6 @@ extern char *cgit_pageurl(const char *reponame, const char *pagename, extern void cgit_index_link(char *name, char *title, char *class, char *pattern, int ofs); -extern void cgit_summary_link(char *name, char *title, char *class, char *head); extern void cgit_tree_link(char *name, char *title, char *class, char *head, char *rev, char *path); extern void cgit_plain_link(char *name, char *title, char *class, char *head, |