From fe019abeb0c4104e1562d311695d13c5970593ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Wed, 3 May 2023 16:25:13 -0400
Subject: [PATCH] Remove unused variables

---
 src/conio/bitmap_con.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/conio/bitmap_con.c b/src/conio/bitmap_con.c
index 87aaab1ddf..f2e40cd931 100644
--- a/src/conio/bitmap_con.c
+++ b/src/conio/bitmap_con.c
@@ -1674,10 +1674,7 @@ bitmap_snap(bool grow, int maxwidth, int maxheight)
 	int wc;
 	int cw;
 	int cs;
-	int w, h;
 
-	w = vstat.winwidth;
-	h = vstat.winheight;
 	wc = bitmap_width_controls();
 	if (wc) {
 		mult = vstat.winwidth / vstat.scrnwidth;
-- 
GitLab