From fbb9d32d0a04bc1cc17636460f9a92a2595130e9 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 16 Jul 2013 14:22:25 +0000 Subject: [PATCH] don't need the size here --- conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.c b/conf.c index 01cee6b..6fe65f6 100644 --- a/conf.c +++ b/conf.c @@ -624,7 +624,7 @@ conf_unbind_mouse(struct conf *c, struct mousebinding *unbind) } } -static int cursor_binds[CF_NITEMS] = { +static int cursor_binds[] = { XC_X_cursor, /* CF_DEFAULT */ XC_fleur, /* CF_MOVE */ XC_left_ptr, /* CF_NORMAL */