Remove extra blank line.

SVN revision: 32699
This commit is contained in:
Christopher Michael 2007-11-15 06:29:10 +00:00
parent 046f1b7628
commit b60e4ee532
1 changed files with 0 additions and 1 deletions

View File

@ -563,7 +563,6 @@ _e_entry_x_selection_update(Evas_Object *entry)
if ((!selecting) ||
(!(text = e_editable_text_range_get(editable, start_pos, end_pos))))
return;
ecore_x_selection_primary_set(win->evas_win, text, strlen(text) + 1);
free(text);