lib/edc_editor: remove redundant code

This commit is contained in:
ChunEon Park 2015-02-28 22:18:50 +09:00
parent d99de37795
commit a595407460
1 changed files with 0 additions and 3 deletions

View File

@ -1281,9 +1281,6 @@ edit_part_highlight_get(edit_data *ed)
Eina_Bool
edit_load(edit_data *ed, const char *edc_path)
{
#if 0
live_edit_cancel();
#endif
parser_cancel(ed->pd);
elm_entry_entry_set(ed->en_edit, "");
elm_entry_entry_set(ed->en_line, "");