aboutsummaryrefslogtreecommitdiff
path: root/ui-stats.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-stats.c')
-rw-r--r--ui-stats.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/ui-stats.c b/ui-stats.c
index bdaf9cc..9fc06d3 100644
--- a/ui-stats.c
+++ b/ui-stats.c
@@ -154,14 +154,6 @@ int cgit_find_stats_period(const char *expr, struct cgit_period **period)
return 0;
}
-const char *cgit_find_stats_periodname(int idx)
-{
- if (idx > 0 && idx < 4)
- return periods[idx - 1].name;
- else
- return "";
-}
-
static void add_commit(struct string_list *authors, struct commit *commit,
struct cgit_period *period)
{