mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-27 23:49:35 +01:00
Codefix cff48c0f6
: unused variable remained after refactor
This commit is contained in:
parent
705207e2ce
commit
d3c7b1015c
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user