e_widget_filepreview: Remove assign without effect

CID: 1316023
This commit is contained in:
Stefan Schmidt 2015-08-12 09:25:16 +02:00
parent dcc22aa27c
commit be97356eaa
1 changed files with 0 additions and 1 deletions

View File

@ -250,7 +250,6 @@ _e_wid_fprev_preview_video_opened(E_Widget_Data *wd, Evas_Object *obj, void *eve
if (iw < 1) iw = 1;
if (ih < 1) ih = 1;
w = w;
h = (w * ih) / iw;
e_widget_preview_vsize_set(wd->o_preview_preview, w, h);
if (h > oh)