https://bugs.winehq.org/show_bug.cgi?id=39556
Bug ID: 39556 Summary: Dead code in DIALOG_CreateControls32 Product: Wine Version: 1.7.54 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
DIALOG_CreateControls32 sets hwndDefButton to 0, then checks if (hwndDefButton), then sets hwndDefButton to hwndCtrl. The code would do the exact same thing if everything related to hwndDefButton was deleted.
https://source.winehq.org/git/wine.git/blob/cbaab82d086e36dacaa22c6adf80f911...