remove build warning 16/148516/2 accepted/tizen/unified/20170912.191501 accepted/tizen/unified/20180410.134617 submit/tizen/20170908.045327 submit/tizen/20180410.012339
authorYoungjae Shin <yj99.shin@samsung.com>
Fri, 8 Sep 2017 04:50:28 +0000 (13:50 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Fri, 8 Sep 2017 06:33:01 +0000 (15:33 +0900)
Change-Id: I5069ad0a248a80811aa15ddc2e87ee3baef99b03

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";