summaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
Diffstat (limited to 'externals')
-rwxr-xr-xexternals/MsgNotificationWrapper.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/externals/MsgNotificationWrapper.cpp b/externals/MsgNotificationWrapper.cpp
index 40b7409..5660448 100755
--- a/externals/MsgNotificationWrapper.cpp
+++ b/externals/MsgNotificationWrapper.cpp
@@ -525,15 +525,3 @@ msg_error_t MsgInsertTicker(const char* pTickerMsg, const char* pLocaleTickerMsg
#endif /* MSG_WEARABLE_PROFILE */
return err;
}
-
-
-void MsgBootMsgMgr()
-{
- bundle *bundle_data = bundle_create();
-
- bundle_add_str(bundle_data, "cmd", "on_boot");
-
- msg_launch_app(MSG_MGR_APP_ID, bundle_data);
-
- bundle_free(bundle_data);
-}