summaryrefslogtreecommitdiff
path: root/native/ctsvc_notification.c
diff options
context:
space:
mode:
Diffstat (limited to 'native/ctsvc_notification.c')
-rw-r--r--native/ctsvc_notification.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/native/ctsvc_notification.c b/native/ctsvc_notification.c
index 31805f7..e14ced0 100644
--- a/native/ctsvc_notification.c
+++ b/native/ctsvc_notification.c
@@ -125,15 +125,6 @@ static inline void __ctsvc_noti_publish_person_change(void)
}
}
-static inline void __ctsvc_noti_publish_simple_contact_change(void)
-{
- int fd = open(CTSVC_NOTI_SIMPLE_CONTACT_CHANGED, O_TRUNC | O_RDWR);
- if (0 <= fd) {
- close(fd);
- contact_change = false;
- }
-}
-
static inline void __ctsvc_noti_publish_name_change(void)
{
int fd = open(CTSVC_NOTI_NAME_CHANGED, O_TRUNC | O_RDWR);