From 799970d037d697f1e34d668d632a2bf49b2e697e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Wed, 21 Feb 2024 10:20:09 -0500
Subject: [PATCH] Remove apparently unused errno declaration.

---
 src/syncdraw/load.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/syncdraw/load.c b/src/syncdraw/load.c
index e3fc7f9ee1..5afbed02a7 100644
--- a/src/syncdraw/load.c
+++ b/src/syncdraw/load.c
@@ -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];
-- 
GitLab