summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-07-05 17:30:01 -0400
committerGitHub <noreply@github.com>2018-07-05 17:30:01 -0400
commit15b445fb5d7105ddc69756be0ebf17847f2e54d0 (patch)
treee83672428dedc7c6aa08a77c39465aa30b71f295
parent92d03d64236864a191c5e8ab9fa3c1c35111a486 (diff)
downloadsdl_core-fix/remove_app_id_unsubscribe_vi.tar.gz
Remove defunct `appID` parameter from UnsubscribeVehicleDatafix/remove_app_id_unsubscribe_vi
-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 f08709bb2b..aadbdeebc3 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -4500,9 +4500,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>