Skip to content

Commit

Permalink
CConn.java: Remove vestigial comment
Browse files Browse the repository at this point in the history
(irrelevant since 84c6e8c)
  • Loading branch information
dcommander committed Jan 7, 2025
1 parent 5221a57 commit ab7bd1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/com/turbovnc/vncviewer/CConn.java
Original file line number Diff line number Diff line change
Expand Up @@ -1146,8 +1146,6 @@ private void recreateViewport(boolean restore) {
viewport.dispose();
}
viewport = new Viewport(this);
// When in Lion full-screen mode, we need to create the viewport as if
// full-screen mode was disabled.
viewport.setUndecorated(params.fullScreen.get());
desktop.setViewport(viewport);
reconfigureViewport(restore);
Expand Down

0 comments on commit ab7bd1e

Please sign in to comment.