diff --git a/spec/Powertrain/FuelSystem.vspec b/spec/Powertrain/FuelSystem.vspec index 4ed0b9df0..67a448dea 100644 --- a/spec/Powertrain/FuelSystem.vspec +++ b/spec/Powertrain/FuelSystem.vspec @@ -86,13 +86,6 @@ ConsumptionSinceStart: A trip is considered to end when engine is no longer enabled. The signal may however keep the value of the last trip until a new trip is started. -TimeSinceStart: - deprecation: V3.1 replaced by Vehicle.StartTime and Vehicle.TripDuration - datatype: uint32 - type: sensor - unit: s - description: Time in seconds elapsed since start of current trip. - IsEngineStopStartEnabled: datatype: boolean type: sensor diff --git a/spec/Vehicle/Vehicle.vspec b/spec/Vehicle/Vehicle.vspec index 9ebccceb9..803c321c9 100644 --- a/spec/Vehicle/Vehicle.vspec +++ b/spec/Vehicle/Vehicle.vspec @@ -188,13 +188,6 @@ Speed: unit: km/h description: Vehicle speed. -TravelledDistance: - deprecation: V3.1 moved to Vehicle.TraveledDistance - datatype: float - type: sensor - unit: km - description: Odometer reading, total distance traveled during the lifetime of the vehicle. - TraveledDistance: datatype: float type: sensor