remove unused var

This commit is contained in:
vaxerski 2022-04-18 13:35:35 +02:00
parent 673cbb0495
commit 9437e243b0

View file

@ -353,7 +353,6 @@ void CInputManager::recheckConstraint(SMouse* pMouse) {
return;
const auto MOUSECOORDS = getMouseCoordsInternal();
const auto PWINDOW = g_pCompositor->getWindowFromSurface(pMouse->currentConstraint->surface);
const auto PREGION = &pMouse->currentConstraint->region;
if (pMouse->currentConstraint->type == WLR_POINTER_CONSTRAINT_V1_CONFINED) {