summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc b/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc
index 1a91eefba0..1874c40288 100644
--- a/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc
+++ b/src/components/remote_control/src/commands/set_interior_vehicle_data_request.cc
@@ -57,7 +57,6 @@ std::vector<std::string> GetModuleReadOnlyParams(
module_ro_params.push_back(kSignalStrength);
module_ro_params.push_back(kSignalChangeThreshold);
module_ro_params.push_back(kState);
- module_ro_params.push_back(kRadioEnable);
}
return module_ro_params;
}