summaryrefslogtreecommitdiff
path: root/src/components/include/hmi_message_handler/hmi_message_adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/hmi_message_handler/hmi_message_adapter.h')
-rw-r--r--src/components/include/hmi_message_handler/hmi_message_adapter.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/include/hmi_message_handler/hmi_message_adapter.h b/src/components/include/hmi_message_handler/hmi_message_adapter.h
index 9423f74394..704cc619be 100644
--- a/src/components/include/hmi_message_handler/hmi_message_adapter.h
+++ b/src/components/include/hmi_message_handler/hmi_message_adapter.h
@@ -49,15 +49,6 @@ class HMIMessageAdapter : public HMIMessageSender {
*/
virtual ~HMIMessageAdapter() {}
-#ifdef SDL_REMOTE_CONTROL
- /**
- * @brief Subscribes to notification from HMI
- * @param hmi_notification string with notification name
- */
- virtual void SubscribeToHMINotification(
- const std::string& hmi_notification) = 0;
-#endif // SDL_REMOTE_CONTROL
-
protected:
/**
* \brief Interface for subscriptions.