ecore_evas_wayland: remove useless code

This commit is contained in:
Jiyoun Park 2017-03-03 11:28:52 +09:00
parent fb730c1fd7
commit 89c6a316f6
1 changed files with 0 additions and 3 deletions

View File

@ -946,9 +946,6 @@ _ecore_evas_wl_common_resize(Ecore_Evas *ee, int w, int h)
ee->w = w;
ee->h = h;
orig_w = w;
orig_h = h;
if (!ee->prop.fullscreen)
{
int fw = 0, fh = 0;