remove unused define 51/69951/1
authorKyeonghun Lee <kh9090.lee@samsung.com>
Tue, 17 May 2016 10:08:29 +0000 (19:08 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Tue, 17 May 2016 10:08:29 +0000 (19:08 +0900)
Change-Id: I1cd0df9b1dfe53b71f65d7593498d2e5958bd35b
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
manager/inc/msg-manager-notification.h

index c449ec0..041e0a9 100644 (file)
@@ -40,7 +40,6 @@
 
 #define MSG_DEFAULT_APP_ID                     "org.tizen.message"
 #define MSG_QUICKPANEL_APP_ID          "org.tizen.quickpanel"
-#define MSG_INDICATOR_APP_ID           "org.tizen.indicator"
 #define MSG_CALL_APP_ID                                "org.tizen.call-ui"
 #define MSG_SETTING_APP_ID                     "org.tizen.setting"
 
@@ -49,7 +48,6 @@
 #define MSG_APP_LOCALEDIR                      TZ_SYS_RO_APP_PATH "/" MSG_DEFAULT_APP_ID "/res/locale"
 
 #define MSG_NOTIFICATION_ICON_DIR                      "/" MSG_QUICKPANEL_APP_ID "/shared/res/noti_icons"
-#define MSG_STATUS_ICON_DIR                    "/" MSG_INDICATOR_APP_ID "/res/resource/icons"
 
 /* notification icon */
 #define MSG_NORMAL_ICON_PATH   TZ_SYS_RO_APP_PATH MSG_NOTIFICATION_ICON_DIR "/Message/noti_message.png"
 #define MSG_ACTIVE_PUSH_ICON_PATH              "reserved:push_message"
 
 /* status bar icon */
-#if 0
-#define MSG_NORMAL_STATUS_ICON                         TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/Notify/B03_notify_message.png"
-#define MSG_FAILED_STATUS_ICON                         TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/Notify/B03_notify_message_failed.png"
-#define MSG_DELIVER_REPORT_STATUS_ICON TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/Event/B03_event_delivery_report_message.png"
-#define MSG_READ_REPORT_STATUS_ICON            TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/Event/B03_event_read_report_message.png"
-#define MSG_VOICE_MSG_STATUS_ICON                      TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/Event/B03_Event_voicemail.png"
-#define MSG_SIM_FULL_STATUS_ICON               TZ_SYS_RO_APP_PATH MSG_STATUS_ICON_DIR "/SIM card full/B03_sim_card_full.png"
-#else
 #define MSG_NORMAL_STATUS_ICON                         "reserved://indicator/icons/notify_message"
 #define MSG_FAILED_STATUS_ICON                         "reserved://indicator/icons/notify_message_failed"
 #define MSG_DELIVER_REPORT_STATUS_ICON "reserved://indicator/icons/delivery_report_message"
 #define MSG_READ_REPORT_STATUS_ICON            "reserved://indicator/icons/read_report_message"
 #define MSG_VOICE_MSG_STATUS_ICON                      "reserved://indicator/icons/notify_voicemail"
 #define MSG_SIM_FULL_STATUS_ICON                       "reserved://indicator/icons/sim_card_full"
-#endif
 
 #ifndef TIZEN_I586_ENABLED
 /* system string */