removed build warning 88/105088/1 accepted/tizen_3.0.m2_mobile tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170105.025624 accepted/tizen/3.0/mobile/20161221.104323 submit/tizen_3.0.m2/20170104.093755 submit/tizen_3.0/20161221.053737
authorYounho Park <younho.park@samsung.com>
Thu, 15 Dec 2016 10:25:17 +0000 (19:25 +0900)
committerYounho Park <younho.park@samsung.com>
Thu, 15 Dec 2016 10:25:17 +0000 (19:25 +0900)
Change-Id: I7bbfcd269510b60cb4021a726ce1713d9361735e
Signed-off-by: Younho Park <younho.park@samsung.com>
src/ad-id.c

index 3057c70..4ff076f 100644 (file)
@@ -195,7 +195,6 @@ _text_get_cb(void *data, Evas_Object *obj, const char *part)
        AI_LOGD("part : %s", part);
        int id = (int) data;
        char *adid = NULL;
-       char buf[1024] = {0};
        if (!strcmp(part, "elm.text")) {
                switch (id) {
                case 2:
@@ -210,8 +209,6 @@ _text_get_cb(void *data, Evas_Object *obj, const char *part)
        } else if (!strcmp(part, "elm.text.multiline")) {
                switch (id) {
                case 1:
-                       /* snprintf(buf, sizeof(buf), "<font_size=40><color=#000000>%s</color></font_size>", dgettext(AD_ID_APP_NAME, "IDS_ST_BODY_MANAGE_THE_TYPES_OF_ADS_YOU_SEE_ON_YOUR_DEVICE_ABB"));
-                       return strdup(buf); */
                        return strdup(dgettext(AD_ID_APP_NAME, "IDS_ST_BODY_MANAGE_THE_TYPES_OF_ADS_YOU_SEE_ON_YOUR_DEVICE_ABB"));
                case 2:
                        adid = vconf_get_str(VCONFKEY_SETAPPL_AD_ID);