useless var declaration prev_nitem

This commit is contained in:
Anselm R. Garbe 2007-02-27 14:44:21 +01:00
parent 03c2b05bb2
commit 063c3d26e9
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -203,7 +203,7 @@ match(char *pattern) {
static void
kpress(XKeyEvent * e) {
char buf[32];
int i, num, prev_nitem;
int i, num;
unsigned int len;
KeySym ksym;