Remove duplicate line

This commit is contained in:
Andy Williams 2018-05-11 13:12:59 +01:00
parent 997d1928f8
commit 100a3ecfc0
1 changed files with 0 additions and 2 deletions

View File

@ -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);