diff --git a/src/bin/editor/edi_editor.c b/src/bin/editor/edi_editor.c index 31e56d8..526d52b 100644 --- a/src/bin/editor/edi_editor.c +++ b/src/bin/editor/edi_editor.c @@ -639,8 +639,6 @@ _suggest_hint_popup_add(Edi_Editor *editor, const char *content, Evas_Smart_Cb f unsigned int row, col; Evas_Coord cx, cy, cw, ch; - elm_code_widget_cursor_position_get(editor->entry, &row, &col); - elm_code_widget_cursor_position_get(editor->entry, &row, &col); elm_code_widget_geometry_for_position_get(editor->entry, row, col, &cx, &cy, &cw, &ch);