diff --git a/src/openrct2/peep/GuestPathfinding.cpp b/src/openrct2/peep/GuestPathfinding.cpp index 297ec74eb3..e2863aed39 100644 --- a/src/openrct2/peep/GuestPathfinding.cpp +++ b/src/openrct2/peep/GuestPathfinding.cpp @@ -46,7 +46,6 @@ namespace OpenRCT2::PathFinding Direction direction; } _peepPathFindHistory[16]; - enum class PathSearchResult { DeadEnd, // Path is a dead end, i.e. < 2 edges.