mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-16 19:19:09 +00:00
Codefix cff48c0f6
: unused variable remained after refactor
This commit is contained in:
@@ -32,12 +32,6 @@ const SaveLoadCompat _station_spec_list_sl_compat[] = {
|
|||||||
SLC_VAR("localidx"),
|
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. */
|
/** Original field order for SlStationCargo. */
|
||||||
const SaveLoadCompat _station_cargo_sl_compat[] = {
|
const SaveLoadCompat _station_cargo_sl_compat[] = {
|
||||||
SLC_VAR("first"),
|
SLC_VAR("first"),
|
||||||
|
Reference in New Issue
Block a user