aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorokan2013-07-16 14:22:25 +0000
committerokan2013-07-16 14:22:25 +0000
commitc375ec5e0fc73942015844fbb7209326e6348136 (patch)
tree9b0b03befd2c9e4137c6002a4afca2b67498dcad
parentb6ad58bde953d53ba1e0225c1c6070147682b6e9 (diff)
downloadcwm-c375ec5e0fc73942015844fbb7209326e6348136.tar.gz
don't need the size here
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index 067e4ed..01a4d0f 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.144 2013/07/16 14:04:44 okan Exp $
+ * $OpenBSD: conf.c,v 1.145 2013/07/16 14:22:25 okan Exp $
*/
#include <sys/param.h>
@@ -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 */