mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 09:25:58 +01:00
remove unused var
This commit is contained in:
parent
4154f3a1ca
commit
80fc30d03e
1 changed files with 0 additions and 1 deletions
|
@ -353,7 +353,6 @@ void CInputManager::recheckConstraint(SMouse* pMouse) {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
const auto MOUSECOORDS = getMouseCoordsInternal();
|
const auto MOUSECOORDS = getMouseCoordsInternal();
|
||||||
const auto PWINDOW = g_pCompositor->getWindowFromSurface(pMouse->currentConstraint->surface);
|
|
||||||
const auto PREGION = &pMouse->currentConstraint->region;
|
const auto PREGION = &pMouse->currentConstraint->region;
|
||||||
|
|
||||||
if (pMouse->currentConstraint->type == WLR_POINTER_CONSTRAINT_V1_CONFINED) {
|
if (pMouse->currentConstraint->type == WLR_POINTER_CONSTRAINT_V1_CONFINED) {
|
||||||
|
|
Loading…
Reference in a new issue