ecore_evas/wayland_egl: Remove wrong if.

It was left behind when fixing the borderless feature.
This commit is contained in:
Rafael Antognolli 2013-05-08 18:18:23 -03:00
parent aeb3669c6f
commit 42788da2ea
1 changed files with 0 additions and 1 deletions

View File

@ -280,7 +280,6 @@ _ecore_evas_wl_resize(Ecore_Evas *ee, int w, int h)
evas_output_size_get(ee->evas, &ow, &oh);
if ((ow != w) || (oh != h))
if ((ee->w != w) || (ee->h != h))
{
ee->w = orig_w;
ee->h = orig_h;