From a650c5bbc62c8fc5d61f87b843b83fc373131691 Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Wed, 31 Jan 2018 23:31:31 -0800 Subject: [PATCH] Move a define to resume watchdog a bit further --- interface/src/Application.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 808f6eb890..f7c30869c2 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2296,10 +2296,6 @@ void Application::initializeGL() { #endif _renderEngine->addJob("RenderMainView", cullFunctor, !DISABLE_DEFERRED); -#ifdef Q_OS_OSX - DeadlockWatchdogThread::resume(); -#endif - _renderEngine->load(); _renderEngine->registerScene(_main3DScene);