Remove duplicate line

This commit is contained in:
Andy Williams 2018-05-11 13:12:59 +01:00
parent 9af91b6277
commit 6277dbe47a
1 changed files with 0 additions and 2 deletions

View File

@ -641,8 +641,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);