searchpanel: remove pointless line append at end.

This commit is contained in:
Alastair Poole 2020-02-09 15:33:24 +00:00
parent 775a142dff
commit 44b957d2e4
1 changed files with 0 additions and 9 deletions

View File

@ -596,17 +596,8 @@ _edi_searchpanel_search_project(const char *directory, const char *search_term,
static void
_search_end_cb(void *data EINA_UNUSED, Ecore_Thread *thread EINA_UNUSED)
{
const char *text;
size_t len;
text = _("done!");
len = strlen(text);
elm_object_text_set(_button_search, _("Search"));
elm_code_file_line_append(_elm_code->file, text, len, NULL);
_search_thread = NULL;
_searching = EINA_FALSE;
}