edje/edje_edit: make posible to unset the program filter part and state

@fix
This commit is contained in:
Vyacheslav Reutskiy 2016-01-19 15:44:34 +02:00
parent 0402b5fd12
commit 7f4f215cd0
1 changed files with 0 additions and 4 deletions

View File

@ -9153,8 +9153,6 @@ edje_edit_program_filter_part_set(Evas_Object *obj, const char *prog, const char
GET_ED_OR_RETURN(EINA_FALSE);
GET_EPR_OR_RETURN(EINA_FALSE);
if (!filter_part) return EINA_FALSE;
_edje_if_string_replace(ed, &epr->filter.part, filter_part);
return EINA_TRUE;
@ -9175,8 +9173,6 @@ edje_edit_program_filter_state_set(Evas_Object *obj, const char *prog, const cha
GET_ED_OR_RETURN(EINA_FALSE);
GET_EPR_OR_RETURN(EINA_FALSE);
if (!filter_state) return EINA_FALSE;
_edje_if_string_replace(ed, &epr->filter.state, filter_state);
return EINA_TRUE;