Remove duplicated defines 41/304641/1 accepted/tizen/unified/20240123.165913 accepted/tizen/unified/x/20240205.063934
authorminje.ahn <minje.ahn@samsung.com>
Tue, 23 Jan 2024 00:17:04 +0000 (09:17 +0900)
committerminje.ahn <minje.ahn@samsung.com>
Tue, 23 Jan 2024 00:17:04 +0000 (09:17 +0900)
The same defines are in media-util.h.

Change-Id: Ie5f91d38a8298adfbd80232349b90a031f361bae
Signed-off-by: minje.ahn <minje.ahn@samsung.com>
src/include/common/media-svc-util.h

index 40c1926..27655f0 100755 (executable)
@@ -34,16 +34,6 @@ extern "C" {
 
 #define STRING_VALID(str)      (str != NULL && strlen(str) > 0)
 
-#define SAFE_STRLCAT(dst, src, n) do { \
-                               if (src) \
-                                       g_strlcat(dst, src, n); \
-                       } while (0)
-
-#define SAFE_STRLCPY(dst, src, n) do { \
-                               if (src) \
-                                       g_strlcpy(dst, src, n); \
-                       } while (0)
-
 /**
  * Media meta data information
  */