From 100a3ecfc0702c8ca38254524bebbc76572b75c4 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Fri, 11 May 2018 13:12:59 +0100 Subject: [PATCH] Remove duplicate line --- src/bin/editor/edi_editor.c | 2 -- 1 file changed, 2 deletions(-) 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);