Skip to content

Commit 379a2b9

Browse files
committed
refactor: remove unused model(WheelSteering) and localization string
1 parent de28214 commit 379a2b9

File tree

4 files changed

+0
-100
lines changed

4 files changed

+0
-100
lines changed

lib/domain/data_source/models/package_data/implementations/wheel_steering.dart

Lines changed: 0 additions & 97 deletions
This file was deleted.

lib/domain/data_source/models/package_data/package_data.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export 'implementations/two_uint16_with_status_body.dart';
2525
export 'implementations/uint16_with_status_body.dart';
2626
export 'implementations/uint32_with_status_body.dart';
2727
export 'implementations/motor_gear_and_roll.dart';
28-
export 'implementations/wheel_steering.dart';
2928
export 'implementations/int16_with_status_body.dart';
3029
export 'implementations/set_int8_body.dart';
3130
export 'implementations/set_uint8_body.dart';

lib/l10n/arb/app_en.arb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@
290290
"boostGearShort": "B",
291291
"unknownGearShort": "U",
292292
"errorSwitchingGearMessage": "Error switching the gear",
293-
"errorChangeWheelSteeringMessage": "Error switching wheels steering mode",
294293
"stopBeforeSwitchingGearMessage": "To switch the gear, you must first stop",
295294
"reverseMotorRollDirectionShort": "R",
296295
"unknownMotorRollDirectionShort": "U",

lib/l10n/arb/app_ru.arb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@
290290
"boostGearShort": "B",
291291
"unknownGearShort": "U",
292292
"errorSwitchingGearMessage": "Ошибка переключения передачи",
293-
"errorChangeWheelSteeringMessage": "Ошибка переключения режима поворота",
294293
"stopBeforeSwitchingGearMessage": "Для переключения передачи нужно сначала остановиться",
295294
"reverseMotorRollDirectionShort": "R",
296295
"unknownMotorRollDirectionShort": "U",

0 commit comments

Comments
 (0)