Remove some dead code
Both if branches already return something
This commit is contained in:
@@ -311,9 +311,6 @@ bool WidgetResizeHandler::handleWindowsNativeEvent(FloatingWindow *fw, const QBy
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
const bool ret = handleWindowsNativeEvent(fw->windowHandle(), msg, result, {});
|
|
||||||
return ret;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return handleWindowsNativeEvent(fw->windowHandle(), msg, result, {});
|
return handleWindowsNativeEvent(fw->windowHandle(), msg, result, {});
|
||||||
|
|||||||
Reference in New Issue
Block a user