Remove now-unneeded call to motionnotify

This appears to have been here for the side effect of updating the drag
icon's position.
This commit is contained in:
Devin J. Pohly 2023-07-14 00:02:54 -04:00
parent 8eace253e7
commit 85fa2153b0

1
dwl.c
View File

@ -2337,7 +2337,6 @@ startdrag(struct wl_listener *listener, void *data)
return;
drag->icon->data = &wlr_scene_subsurface_tree_create(drag_icon, drag->icon->surface)->node;
motionnotify(0);
wl_signal_add(&drag->icon->events.destroy, &drag_icon_destroy);
}