From 1133a8c81c13af2a4d8fa9dbf76d756faf0a560b Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Mon, 30 Dec 2019 23:03:13 +0100 Subject: [PATCH] Remove sLocationXY8 --- src/openrct2/world/Location.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/openrct2/world/Location.hpp b/src/openrct2/world/Location.hpp index c1ad33c55c..50ac431104 100644 --- a/src/openrct2/world/Location.hpp +++ b/src/openrct2/world/Location.hpp @@ -45,12 +45,6 @@ struct LocationXY8 }; assert_struct_size(LocationXY8, 2); -struct sLocationXY8 -{ - int8_t x, y; -}; -assert_struct_size(sLocationXY8, 2); - struct LocationXY16 { int16_t x, y;