summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/get_system_capability_request.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/get_system_capability_request.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/get_system_capability_request.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/application_manager/src/commands/mobile/get_system_capability_request.cc b/src/components/application_manager/src/commands/mobile/get_system_capability_request.cc
index d19e2ecbb0..71cde5158d 100644
--- a/src/components/application_manager/src/commands/mobile/get_system_capability_request.cc
+++ b/src/components/application_manager/src/commands/mobile/get_system_capability_request.cc
@@ -79,9 +79,6 @@ void GetSystemCapabilityRequest::Run() {
return;
}
break;
- case mobile_apis::SystemCapabilityType::AUDIO_STREAMING:
- SendResponse(false, mobile_apis::Result::UNSUPPORTED_RESOURCE);
- return;
default: // Return unsupported resource
SendResponse(false, mobile_apis::Result::UNSUPPORTED_RESOURCE);
return;