Skip to content

Commit c5a613d

Browse files
Remove duplicate settings from General Settings
1 parent 6461d91 commit c5a613d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Controls/settings-options.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,6 @@ export const settings_general = {
929929
truck: {
930930
numeric: [
931931
turnPenalityCost,
932-
countryCrossingPenality,
933-
countryCrossingCost,
934932
useHighways,
935933
useTollways,
936934
tollBoothCost,
@@ -955,8 +953,6 @@ export const settings_general = {
955953
car: {
956954
numeric: [
957955
turnPenalityCost,
958-
countryCrossingPenality,
959-
countryCrossingCost,
960956
useHighways,
961957
useTollways,
962958
tollBoothCost,
@@ -978,8 +974,6 @@ export const settings_general = {
978974
bus: {
979975
numeric: [
980976
turnPenalityCost,
981-
countryCrossingPenality,
982-
countryCrossingCost,
983977
useHighways,
984978
useLivingStreets,
985979
useTollways,
@@ -1020,8 +1014,6 @@ export const settings_general = {
10201014
numeric: [
10211015
useFerry,
10221016
useLivingStreets,
1023-
countryCrossingCost,
1024-
countryCrossingPenality,
10251017
turnPenalityCost,
10261018
servicePenalty,
10271019
serviceFactor,
@@ -1032,8 +1024,6 @@ export const settings_general = {
10321024
motorcycle: {
10331025
numeric: [
10341026
turnPenalityCost,
1035-
countryCrossingPenality,
1036-
countryCrossingCost,
10371027
useHighways,
10381028
useTrails,
10391029
useTollways,

0 commit comments

Comments
 (0)