From e2e04386745897750154e6b2cedee3603e40a7fd Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 28 Aug 2018 04:03:51 -0700 Subject: [PATCH] Mac screensaver: Remove commented-out instruction as requested by @AenBleidd --- clientscr/Mac_Saver_ModuleView.m | 1 - 1 file changed, 1 deletion(-) diff --git a/clientscr/Mac_Saver_ModuleView.m b/clientscr/Mac_Saver_ModuleView.m index 13bb4f1953..169e432c5b 100644 --- a/clientscr/Mac_Saver_ModuleView.m +++ b/clientscr/Mac_Saver_ModuleView.m @@ -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.