SVN revision: 58468
This commit is contained in:
Carsten Haitzler 2011-04-08 05:51:13 +00:00
parent 9d145ce833
commit 7e80b356ec
1 changed files with 0 additions and 9 deletions

View File

@ -188,15 +188,6 @@ _theme_data_get(Widget_Data *wd)
else wd->minh = -1;
}
static void
_default_display_item_num_set(Widget_Data *wd)
{
const char* str;
str = edje_object_data_get(wd->right_blank, "display_item_num");
if (str) wd->display_item_num = MAX(DISPLAY_ITEM_NUM_MIN, atoi(str));
else wd->display_item_num = DISPLAY_ITEM_NUM_MIN;
}
static void
_del_hook(Evas_Object * obj)
{