On Mon, 13 Mar 2023 10:30:39 GMT, Ambarish Rapte <ara...@openjdk.org> wrote:
>> Lukasz Kostyra has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - SetSceneScalingTest: Use latch to check if button was pressed >> - Window: Remove bug ID from comment > > modules/javafx.graphics/src/main/native-glass/win/GlassWindow.cpp line 1327: > >> 1325: } >> 1326: } >> 1327: GlassView * view; > > The variable `view` is not needed, must be a copy-paste leftover. Indeed a leftover - removed ------------- PR: https://git.openjdk.org/jfx/pull/1054