From fa0ea3c005755b21d189021f3c36538308202db5 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Tue, 6 Jan 2026 07:12:29 +0200
Subject: [PATCH 52/52] gtk3.22/unitselect: Remove unused fields from struct

Original patch for gtk4-client by Christian Mauderer

See RM #1873

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 client/gui-gtk-3.22/unitselect.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/client/gui-gtk-3.22/unitselect.c b/client/gui-gtk-3.22/unitselect.c
index df1ccaae7b..15cd6eb398 100644
--- a/client/gui-gtk-3.22/unitselect.c
+++ b/client/gui-gtk-3.22/unitselect.c
@@ -116,17 +116,10 @@ enum usdlg_cmd {
 
 struct unit_select_dialog {
   struct tile *ptile;
-  int unit_id_focus;
 
   GtkWidget *shell;
   GtkWidget *notebook;
 
-  struct {
-    GtkTreeStore *store;
-    GtkWidget *view;
-    GtkTreePath *path;
-  } units;
-
   struct {
     GtkTreeStore *store;
     GtkWidget *page;
-- 
2.51.0

