On Tue, 21 Jul 2026 09:40:32 GMT, Alexey Ivanov <[email protected]> wrote:
>> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Remove m_listDefWindowProc > > src/java.desktop/windows/native/libawt/windows/awt_PrintDialog.cpp line 102: > >> 100: // subclass dialog's parent to receive additional messages >> 101: WNDPROC lpfnWndProc = >> ComCtl32Util::GetInstance().SubclassHWND(hdlg, >> 102: >> PrintDialogWndProc); > > `lpfnWndProc` local variable is not needed. Thanks, this can be removed too! ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31814#discussion_r3628401309
