Seperated net-popup plugin and wearable-popup plugin
[platform/core/connectivity/stc-manager.git] / src / stc-manager-plugin-appstatus.c
index c6b19d6..87439c2 100644 (file)
@@ -64,29 +64,6 @@ int stc_plugin_appstatus_deinit(void)
        return STC_ERROR_NONE;
 }
 
-int stc_plugin_appstatus_send_message(const char *content, const char *type,
-                                     const char *app_id, const char *iftype,
-                                     const char *limit)
-{
-       __STC_LOG_FUNC_ENTER__;
-
-       if (!stc_plugin_enabled) {
-               STC_LOGE("Plugin wasn't enabled");
-               __STC_LOG_FUNC_EXIT__;
-               return STC_ERROR_UNINITIALIZED;
-       }
-
-       if (!stc_plugin) {
-               STC_LOGE("Plugin wasn't loaded");
-               __STC_LOG_FUNC_EXIT__;
-               return STC_ERROR_UNINITIALIZED;
-       }
-
-       __STC_LOG_FUNC_EXIT__;
-       return stc_plugin->send_message_to_net_popup(content, type, app_id,
-                                                    iftype, limit);
-}
-
 int stc_plugin_appstatus_register_state_changed_cb(stc_s *stc,
                stc_plugin_app_state_changed_cb cb, void *data)
 {