remove outdated/fixed comment

This commit is contained in:
Devin J. Pohly 2020-05-02 14:33:24 -05:00
parent 187d25e838
commit 8c80f74513
1 changed files with 0 additions and 1 deletions

1
dwl.c
View File

@ -688,7 +688,6 @@ motionnotify(uint32_t time)
/* If we are currently grabbing the mouse, handle and return */
if (cursor_mode == CurMove) {
/* Move the grabbed client to the new position. */
/* XXX assumes the surface is at (0,0) within grabc */
resize(grabc, cursor->x - grabcx, cursor->y - grabcy,
grabc->geom.width, grabc->geom.height, 1);
return;