From 62570d8c37f8741971de34896fc2a6f9b0c13417 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Thu, 20 May 2021 00:38:11 -0700 Subject: [PATCH] Eliminate unused variable that I guess clang doesn't warn about but gcc does. --- src/conio/x_events.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conio/x_events.c b/src/conio/x_events.c index ad13b106ff..8266622e61 100644 --- a/src/conio/x_events.c +++ b/src/conio/x_events.c @@ -357,7 +357,6 @@ static int init_window() static void map_window() { XSizeHints *sh; - int scaled_height; int minwidth = bitmap_width; int minheight = bitmap_height; -- GitLab