Remove unnecessary LOG_TAG definitions 54/121854/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 29 Mar 2017 07:51:54 +0000 (16:51 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 29 Mar 2017 07:51:54 +0000 (16:51 +0900)
Change-Id: I43f198d252f7b28f1178ba0c6030cf3af1329ef2

scl/utils/linux/sclutils-linux.cpp
xmlresource/layout_parser.cpp

index 28ca3fe..5b72c2c 100644 (file)
@@ -34,9 +34,6 @@
 #include <vconf.h>
 
 #include <dlog.h>
-#ifndef LOG_TAG
-#define LOG_TAG "LIBSCL_UI"
-#endif
 
 using namespace scl;
 
index f94a699..582d618 100644 (file)
@@ -151,10 +151,6 @@ using namespace std;
 
 #define LAYOUT_SUB_LAYOUT_DEFAULT_STRING "DEFAULT"
 
-#ifndef LOG_TAG
-#define LOG_TAG "LIBSCL_UI"
-#endif
-
 class LayoutParserImpl {
     public:
         typedef struct {