Skip to content
Snippets Groups Projects
Commit 799970d0 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove apparently unused errno declaration.

parent 05dcd69a
No related branches found
No related tags found
No related merge requests found
Pipeline #5903 canceled
......@@ -228,7 +228,7 @@ unsigned char avt_color = FALSE, avt_rep = FALSE, avt_command = FALSE,
unsigned char pcb_color = FALSE, pcb_code = FALSE, d, pcb_col = 0;
unsigned char ans_esc = FALSE, ans_code = FALSE, ans_rep, e, ans_attr = 0;
unsigned char sync_code = FALSE;
int acx, acy, errno;
int acx, acy;
char ansicode[20];
char copytmp[20];
char code[20];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment