ecore_evas_drm: Stop errant page from flip handler

This was required due to bugs elsewhere, and could potentially cause
stutters in display.  Now that we don't need it we're better off without.
This commit is contained in:
Derek Foreman 2016-11-16 14:26:18 -06:00
parent 8611aa83bc
commit 24608d9950
1 changed files with 0 additions and 2 deletions

View File

@ -658,8 +658,6 @@ _cb_pageflip(int fd EINA_UNUSED, unsigned int frame EINA_UNUSED, unsigned int se
double t = (double)sec + ((double)usec / 1000000);
ecore_evas_animator_tick(ee, NULL, t);
edata->pending = EINA_TRUE;
ecore_drm2_fb_flip(NULL, edata->output);
}
else if (ret)
{