From d3c7b1015c04a7cd49828d9f93b55e6245559b83 Mon Sep 17 00:00:00 2001 From: rubidium42 Date: Tue, 25 Jun 2024 20:57:42 +0200 Subject: [PATCH] Codefix cff48c0f6: unused variable remained after refactor --- src/saveload/compat/station_sl_compat.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/saveload/compat/station_sl_compat.h b/src/saveload/compat/station_sl_compat.h index d94761506e..1c24a8d5d9 100644 --- a/src/saveload/compat/station_sl_compat.h +++ b/src/saveload/compat/station_sl_compat.h @@ -32,12 +32,6 @@ const SaveLoadCompat _station_spec_list_sl_compat[] = { SLC_VAR("localidx"), }; -/** Nominal field order for SlRoadStopSpecList. */ -const SaveLoadCompat _station_road_stop_spec_list_sl_compat[] = { - SLC_VAR("grfid"), - SLC_VAR("localidx"), -}; - /** Original field order for SlStationCargo. */ const SaveLoadCompat _station_cargo_sl_compat[] = { SLC_VAR("first"),