summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyeonghun Lee <kh9090.lee@samsung.com>2016-05-17 19:08:29 +0900
committerKyeonghun Lee <kh9090.lee@samsung.com>2016-05-17 19:08:29 +0900
commitdc950cb4e464d7839584157617a7b9b8418d882a (patch)
tree9380792e56714a59a5c1ecdb0dc667610ea12862
parent02dbea86471e5d9a60c0ec5c5d1c4c778325b98a (diff)
downloadmsg-service-dc950cb4e464d7839584157617a7b9b8418d882a.tar.gz
msg-service-dc950cb4e464d7839584157617a7b9b8418d882a.tar.bz2
msg-service-dc950cb4e464d7839584157617a7b9b8418d882a.zip
remove unused define
Change-Id: I1cd0df9b1dfe53b71f65d7593498d2e5958bd35b Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
-rw-r--r--manager/inc/msg-manager-notification.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/manager/inc/msg-manager-notification.h b/manager/inc/msg-manager-notification.h
index c449ec0..041e0a9 100644
--- a/manager/inc/msg-manager-notification.h
+++ b/manager/inc/msg-manager-notification.h
@@ -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"
@@ -68,21 +66,12 @@
#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 */