commit 1067ed1d8bad86f3bd783355ecb6fb775ef7323b
parent 76962e503d1b8b5be305080abab25e7548bdde86
Author: William Casarin <bill@casarin.me>
Date: Mon, 16 Jan 2017 22:06:10 -0800
none of this yet
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/calendar.c b/calendar.c
@@ -506,8 +506,7 @@ format_locale_time(char *buffer, int bsize, struct tm *tm) {
static void
-draw_hours (cairo_t *cr, time_t start, time_t end,
- double zoom, int sy, int width, int height)
+draw_hours (cairo_t *cr, int sy, int width, int height)
{
double section_height = ((double)height) / 48.0;
char buffer[32] = {0};