<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 3cd55bf3b0f5ccf6841722c6f83efd437c366b65 Mon Sep 17 00:00:00 2001
From: Adam Sampson &lt;ats@offog.org&gt;
Date: Fri, 4 Jul 2025 02:18:45 +0100
Subject: [PATCH 6/6] Remove some unused variables.

---
 xwin.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/xwin.c b/xwin.c
index 9d1b248..07cba25 100644
--- a/xwin.c
+++ b/xwin.c
@@ -228,13 +228,11 @@ c_repaint(Widget w, XtPointer data, XEvent *event, Boolean *continue_to_dispatch
 }
 
 /* X Window related variables */
-static Cursor WorkingCursor;
 static Display *dpy;
 static int screen;
 static Visual *vis;
 static Window win;
 static GC gc;
-static GC cleargc;
 static XtAppContext app_con;
 
 Widget toplevel;
-- 
2.50.0

</pre></body></html>