From 657097aa545a58e55d74e3690c8c60497e4420ad Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Sun, 17 Nov 2024 23:47:26 +0200 Subject: [PATCH] Remove unused global --- Tactical/Handle UI.cpp | 1 - Tactical/Handle UI.h | 1 - 2 files changed, 2 deletions(-) diff --git a/Tactical/Handle UI.cpp b/Tactical/Handle UI.cpp index f07301e8..c2c624ff 100644 --- a/Tactical/Handle UI.cpp +++ b/Tactical/Handle UI.cpp @@ -440,7 +440,6 @@ BOOLEAN gfUIDoNotHighlightSelMerc = FALSE; BOOLEAN gfUIHandleSelection = FALSE; BOOLEAN gfUIHandleSelectionAboveGuy = FALSE; BOOLEAN gfUIInDeadlock = FALSE; -UINT16 gUIDeadlockedSoldier = NOBODY; BOOLEAN gfUIHandleShowMoveGrid = FALSE; INT32 gsUIHandleShowMoveGridLocation = NOWHERE ; BOOLEAN gfUIOverItemPool = FALSE; diff --git a/Tactical/Handle UI.h b/Tactical/Handle UI.h index eab79f68..ff74b70c 100644 --- a/Tactical/Handle UI.h +++ b/Tactical/Handle UI.h @@ -200,7 +200,6 @@ extern BOOLEAN gfUIHandleSelectionAboveGuy; extern INT32 gsSelectedGridNo; extern SoldierID gsSelectedGuy; extern BOOLEAN gfUIInDeadlock; -extern UINT16 gUIDeadlockedSoldier; extern BOOLEAN gfUIMouseOnValidCatcher; extern SoldierID gubUIValidCatcherID;