Skip to content

Commit

Permalink
MultiVNCApp: remove obsolete MacOS special handling
Browse files Browse the repository at this point in the history
We do build a bundle always, so this is not needed anymore.
  • Loading branch information
bk138 committed Oct 30, 2024
1 parent c06813d commit c3eaa3d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/MultiVNCApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,6 @@ bool MultiVNCApp::OnInit()
SetTopWindow(frame_main);
frame_main->Show();

// bring window to foreground in OS X
#ifdef __WXMAC__
ProcessSerialNumber PSN;
GetCurrentProcess(&PSN);
TransformProcessType(&PSN,kProcessTransformToForegroundApplication);
#endif

return true;
}

Expand Down

0 comments on commit c3eaa3d

Please sign in to comment.