diff --git a/present/present_wnmd.c b/present/present_wnmd.c index 9d0b147cc..82bae4022 100644 --- a/present/present_wnmd.c +++ b/present/present_wnmd.c @@ -649,8 +649,6 @@ present_wnmd_abort_vblank(ScreenPtr screen, WindowPtr window, RRCrtcPtr crtc, ui present_window_priv_ptr window_priv = present_window_priv(window); present_vblank_ptr vblank; - assert(crtc); - (*screen_priv->wnmd_info->abort_vblank) (window, crtc, event_id, msc); xorg_list_for_each_entry(vblank, &window_priv->exec_queue, event_queue) {