Remove some dead code

Both if branches already return something
This commit is contained in:
Sergio Martins
2021-06-17 13:03:00 +01:00
parent 6f2e5ecc3b
commit 7c63da18ed

View File

@@ -311,9 +311,6 @@ bool WidgetResizeHandler::handleWindowsNativeEvent(FloatingWindow *fw, const QBy
return true;
}
const bool ret = handleWindowsNativeEvent(fw->windowHandle(), msg, result, {});
return ret;
}
return handleWindowsNativeEvent(fw->windowHandle(), msg, result, {});