aboutsummaryrefslogtreecommitdiff
path: root/ui-shared.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 5c5bcf3..ca2ee82 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -227,12 +227,6 @@ void cgit_commit_link(char *name, char *title, char *class, char *head,
reporevlink("commit", name, title, class, head, rev, NULL);
}
-void cgit_snapshot_link(char *name, char *title, char *class, char *head,
- char *rev, char *archivename)
-{
- reporevlink("snapshot", name, title, class, head, rev, archivename);
-}
-
void cgit_diff_link(char *name, char *title, char *class, char *head,
char *new_rev, char *old_rev, char *path)
{