summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2020-06-05 15:06:09 -0400
committerGitHub <noreply@github.com>2020-06-05 15:06:09 -0400
commitc9f0ee4784c308ffc0d8184df764a7a0aa1ab1bc (patch)
tree92f1bc535333f28e067837d568c3a981de327f6e
parent321038091fb44f69523519ff2d639739089566e0 (diff)
downloadsdl_core-c9f0ee4784c308ffc0d8184df764a7a0aa1ab1bc.tar.gz
Remove defunct `appID` parameter from UnsubscribeVehicleData (#2331)
-rw-r--r--src/components/interfaces/HMI_API.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 5096305b14..197bdee44a 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -6167,9 +6167,6 @@
<description>
This function is used to unsubscribe the notifications from the subscribeVehicleData function.
</description>
- <param name="appID" type="Integer" mandatory="true">
- <description>ID of application that requested this RPC.</description>
- </param>
<param name="gps" type="Boolean" mandatory="false">
<description>See GPSData</description>
</param>