summaryrefslogtreecommitdiff
path: root/src/components/include/hmi_message_handler
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/hmi_message_handler')
-rw-r--r--src/components/include/hmi_message_handler/hmi_message_adapter.h9
-rw-r--r--src/components/include/hmi_message_handler/hmi_message_handler.h9
2 files changed, 0 insertions, 18 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.
diff --git a/src/components/include/hmi_message_handler/hmi_message_handler.h b/src/components/include/hmi_message_handler/hmi_message_handler.h
index 5c4a443407..411d19fb75 100644
--- a/src/components/include/hmi_message_handler/hmi_message_handler.h
+++ b/src/components/include/hmi_message_handler/hmi_message_handler.h
@@ -51,15 +51,6 @@ class HMIMessageHandler : public HMIMessageObserver, public HMIMessageSender {
virtual void AddHMIMessageAdapter(HMIMessageAdapter* adapter) = 0;
virtual void RemoveHMIMessageAdapter(HMIMessageAdapter* adapter) = 0;
-#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
-
/**
* \brief Hmi message handler settings getter
* \return pointer to hmi message handler settings class