don't need the size here

This commit is contained in:
okan 2013-07-16 14:22:25 +00:00
parent ca416b6b82
commit fbb9d32d0a

2
conf.c
View File

@ -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 */