Mac screensaver: Remove commented-out instruction as requested by @AenBleidd

This commit is contained in:
Charlie Fenton 2018-08-28 04:03:51 -07:00
parent fe483e2780
commit e2e0438674
1 changed files with 0 additions and 1 deletions

View File

@ -431,7 +431,6 @@ void launchedGfxApp(char * appPath, pid_t thePID, int slot) {
#endif // NOT DEBUG_UNDER_XCODE
myContext = [[NSGraphicsContext currentContext] graphicsPort];
// [myContext retain];
// On OS 10.13 or later, use MachO comunication and IOSurfaceBuffer to
// display the graphics output of our child graphics apps in our window.