Remove useless comment lol.

This commit is contained in:
Gabriel Ford 2024-04-28 14:36:52 -04:00
parent a6b4fe1007
commit 6dc2204e2b

View file

@ -668,7 +668,6 @@ void Events::listener_mapWindow(void* owner, void* data) {
if (PMONITOR && PWINDOW->m_iX11Type == 2)
PWINDOW->m_fX11SurfaceScaledBy = PMONITOR->scale;
// Move cursor to middle of new window if enabled.
g_pCompositor->warpCursorTo(PWINDOW->middle());
}