SS: Under Mac Sandbox security, terminate default screensaver graphics app via gfx_switcher

svn path=/trunk/boinc/; revision=17723
This commit is contained in:
Charlie Fenton 2009-04-02 10:37:48 +00:00
parent 3840b814b7
commit 7a5f238a9f
1 changed files with 0 additions and 2 deletions

View File

@ -295,8 +295,6 @@ int CScreensaver::terminate_screensaver(int& graphics_application, RESULT *worke
break;
}
}
#else
graphics_application = 0;
#endif
// For safety, call kill_program even under Apple sandbox security
kill_program(graphics_application);