summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2020-08-20 10:19:05 -0700
committerGitHub <noreply@github.com>2020-08-20 10:19:05 -0700
commit71d659da53a230ea352901974ec0adb3711c3ee2 (patch)
tree3dfd2aad8c741bce0946a0e39b20cf89268b4725
parent8b2f8720d161f27177be781fe5a821851b08d84c (diff)
parentfc5143c4555d214ae6f3813cfa25f998779b9575 (diff)
downloadsdl_core-71d659da53a230ea352901974ec0adb3711c3ee2.tar.gz
Merge pull request #3481 from smartdevicelink/fix/remove_since_in_hmi_api
Remove since in hmi api
-rw-r--r--src/components/interfaces/HMI_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index a12036ef0e..c84f9367e9 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -4256,7 +4256,7 @@
<param name="seatLocationCapability" type="SeatLocationCapability" mandatory="false">
<description>Contains information about the locations of each seat</description>
</param>
- <param name="driverDistractionCapability" type="DriverDistractionCapability" mandatory="false" since="6.0">
+ <param name="driverDistractionCapability" type="DriverDistractionCapability" mandatory="false">
<description>Describes capabilities when the driver is distracted</description>
</param>
</struct>