Remove unused inline function 50/165650/1
authorSeungha Son <seungha.son@samsung.com>
Wed, 3 Jan 2018 05:34:53 +0000 (14:34 +0900)
committerSeungha Son <seungha.son@samsung.com>
Wed, 3 Jan 2018 05:35:16 +0000 (14:35 +0900)
Signed-off-by: Seungha Son <seungha.son@samsung.com>
Change-Id: Ia5a24ea0cf978d79c1163fcf26eebafcc0270b85

src/notification_ipc.c

index d435e3aed955ff072e385a8b93df85762cf8a728..91f506915ad949315022af72d1f94e952f7c6a9f 100755 (executable)
@@ -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,