remove unused array

This commit is contained in:
h_vogt 2010-05-27 19:33:57 +00:00
parent 92abb04185
commit af32733fa8
1 changed files with 1 additions and 1 deletions

View File

@ -3852,7 +3852,7 @@ static void inp_bsource_compat(struct line *deck)
char actchar, prevchar = ' ';
struct line *card, *new_line, *tmp_ptr;
wordlist *wl = NULL, *wlist = NULL, *cwl;
char buf[512], pwl_buf[512];
char buf[512];
size_t i, xlen, ustate = 0;
int skip_control = 0;
char *cvalue;