From 121c2e08310bced063596fb26e120eb80bba0abe Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Sun, 14 Sep 2025 16:25:55 +0200 Subject: [PATCH] Remove unused gFootpathSelectedId --- src/openrct2/world/Footpath.cpp | 1 - src/openrct2/world/Footpath.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/openrct2/world/Footpath.cpp b/src/openrct2/world/Footpath.cpp index 9d94f6ea93..2092c5f43f 100644 --- a/src/openrct2/world/Footpath.cpp +++ b/src/openrct2/world/Footpath.cpp @@ -52,7 +52,6 @@ using namespace OpenRCT2::TrackMetaData; void FootpathUpdateQueueEntranceBanner(const CoordsXY& footpathPos, TileElement* tileElement); FootpathSelection gFootpathSelection; -uint16_t gFootpathSelectedId; CoordsXYZ gFootpathConstructFromPosition; uint8_t gFootpathConstructSlope; uint8_t gFootpathGroundFlags; diff --git a/src/openrct2/world/Footpath.h b/src/openrct2/world/Footpath.h index 128a8f3e9b..813064c030 100644 --- a/src/openrct2/world/Footpath.h +++ b/src/openrct2/world/Footpath.h @@ -136,7 +136,6 @@ enum }; extern FootpathSelection gFootpathSelection; -extern uint16_t gFootpathSelectedId; extern CoordsXYZ gFootpathConstructFromPosition; extern uint8_t gFootpathConstructSlope; extern uint8_t gFootpathGroundFlags;