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;