From 9b25e176766d3cfadf3de1ac2fd391399d72db93 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Thu, 8 Nov 2012 16:30:48 +0900 Subject: [PATCH] Fix the build error Change-Id: Ie44c77463bf364ccc9c197936c6b39194533df83 --- packaging/liblivebox-edje.spec | 2 +- src/script_port.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packaging/liblivebox-edje.spec b/packaging/liblivebox-edje.spec index 9f29288..a99a33d 100644 --- a/packaging/liblivebox-edje.spec +++ b/packaging/liblivebox-edje.spec @@ -1,6 +1,6 @@ Name: liblivebox-edje Summary: EDJE Script loader for the data provider master -Version: 0.1.10 +Version: 0.1.11 Release: 1 Group: main/app License: Samsung Proprietary License diff --git a/src/script_port.c b/src/script_port.c index 2bfcc95..326d031 100644 --- a/src/script_port.c +++ b/src/script_port.c @@ -497,14 +497,12 @@ static void font_name_cb(keynode_t *node, void *user_data) static void font_size_cb(keynode_t *node, void *user_data) { - int size; if (!node) return; /*! * \TODO */ s_info.size = vconf_keynode_get_int(node); - DbgPrint("Font size is changed to %d\n", size); } int script_init(void) -- 2.7.4