Numerous (TINY) fixes: mostly unused variables...

This commit is contained in:
ddouthitt
2001-10-05 22:04:35 +00:00
parent 16cce2fe2d
commit ae18a158fc
8 changed files with 22 additions and 21 deletions
+2 -2
View File
@@ -99,8 +99,8 @@ handle_input ()
char str[15];
int key;
screen *s;
widget *w;
client *c;
//widget *w;
//client *c;
if ((key = lcd_ptr->getkey ()) == 0)
return 0;