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;