remove unused array
This commit is contained in:
parent
92abb04185
commit
af32733fa8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue