remove build warning 70/148570/1 accepted/tizen_4.0_unified tizen_4.0 accepted/tizen/4.0/unified/20170912.184033 submit/tizen/20180410.011902 submit/tizen_4.0/20170908.045311 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m2_release
authorIckhee Woo <ickhee.woo@samsung.com>
Fri, 8 Sep 2017 06:42:27 +0000 (15:42 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Fri, 8 Sep 2017 06:42:27 +0000 (15:42 +0900)
Change-Id: I180e6ea657e7601199a314e7d1b54c72687f2b4a
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
src/account.c

index 1739447..b488ea5 100644 (file)
@@ -47,13 +47,10 @@ static const xmlChar _ATTRIBUTE_APP_ID[]                                    = "appid";
 static const xmlChar _ATTRIBUTE_MULTIPLE_ACCOUNTS_SUPPORT[]    = "multiple-accounts-support";
 static const xmlChar _ATTRIBUTE_SERVICE_PROVIDER_ID[]          = "providerid";
 static const xmlChar _ATTRIBUTE_SECTION[]                                      = "section";
-static const xmlChar _ATTRIBUTE_TYPE[]                                         = "type";
-static const xmlChar _ATTRIBUTE_XML_LANG[]                                     = "xml:lang";
 
 static const xmlChar _VALUE_TRUE[]                                                     = "true";
 static const xmlChar _VALUE_ACCOUNT[]                                          = "account";
 static const xmlChar _VALUE_ACCOUNT_SMALL[]                                    = "account-small";
-static const xmlChar _VALUE_XHIGH[]                                                    = "Xhigh";
 
 static const char _DEFAULT_LOCALE[]                                                    = "default";