about summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2013-07-16 14:22:25 +0000
committerokan <okan>2013-07-16 14:22:25 +0000
commitfbb9d32d0a04bc1cc17636460f9a92a2595130e9 (patch)
tree920db2558e04be150c3b6ea1f44078c2489294a5
parentca416b6b82ace271f29e591081d4a9fe87614d06 (diff)
downloadcwm-fbb9d32d0a04bc1cc17636460f9a92a2595130e9.tar.gz
cwm-fbb9d32d0a04bc1cc17636460f9a92a2595130e9.tar.xz
cwm-fbb9d32d0a04bc1cc17636460f9a92a2595130e9.zip
don't need the size here
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
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 */