wayland_shm: Remove extra display flush

Since we're using create_immed now we shouldn't need to force a flush here
anymore.
This commit is contained in:
Derek Foreman 2017-11-13 11:59:29 -06:00
parent e3de0f994f
commit c1a9dacbad
1 changed files with 0 additions and 1 deletions

View File

@ -717,7 +717,6 @@ _evas_dmabuf_buffer_init(Dmabuf_Surface *s, int w, int h)
out->wl_buffer = _buffer_manager_buf_to_wl_buffer(s->surface->ob->ewd, out);
ecore_wl2_display_flush(s->surface->info->info.wl2_display);
return out;
}