Removed compile time warning about count_buf not being used.

This commit is contained in:
R. Tyler Croy 2011-05-02 20:49:41 -07:00
parent afd14130bd
commit 19b3f78cbf
1 changed files with 0 additions and 1 deletions

1
main.c
View File

@ -511,7 +511,6 @@ gboolean
inputbox_keypress_cb(GtkEntry *entry, GdkEventKey *event) {
Arg a;
int numval;
char count_buf[BUFFERSIZE];
switch (event->keyval) {
case GDK_bracketleft: