Remove unnecessary wlsc_compositor_schedule_repaint() call

dev
Kristian Høgsberg 14 years ago
parent dff2e3c550
commit 855ab75787
  1. 2
      compositor/compositor.c

@ -921,8 +921,6 @@ notify_button(struct wlsc_input_device *device,
WL_DRAG_OFFER_DROP);
wlsc_input_device_end_grab(device, time);
}
wlsc_compositor_schedule_repaint(compositor);
}
void

Loading…
Cancel
Save