From: Seungha Son Date: Wed, 3 Jan 2018 05:34:53 +0000 (+0900) Subject: Remove unused inline function X-Git-Tag: submit/tizen/20180109.060602~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b86024043011017e0172fde0c8e2c57e15e8fc7;p=platform%2Fcore%2Fapi%2Fnotification.git Remove unused inline function Signed-off-by: Seungha Son Change-Id: Ia5a24ea0cf978d79c1163fcf26eebafcc0270b85 --- diff --git a/src/notification_ipc.c b/src/notification_ipc.c index d435e3ae..91f50691 100755 --- a/src/notification_ipc.c +++ b/src/notification_ipc.c @@ -85,17 +85,6 @@ static void _print_noti(notification_h noti) app_id, text, content, tag, noti->priv_id); } -static inline char *_string_get(char *string) -{ - if (string == NULL) - return NULL; - - if (string[0] == '\0') - return NULL; - - return string; -} - static void __provider_appeared_cb(GDBusConnection *connection, const gchar *name, const gchar *name_owner,