glthread: don't kill neutrino during shutdown

This commit is contained in:
Stefan Seyfried
2013-03-24 13:11:07 +01:00
parent 79d537ea90
commit 77ecbec409

View File

@@ -201,10 +201,6 @@ void GLThreadObj::run()
{ {
g_RCInput->postMsg(NeutrinoMessages::SHUTDOWN, 0); g_RCInput->postMsg(NeutrinoMessages::SHUTDOWN, 0);
} }
else
{ /* yeah, whatever... */
::kill(getpid(), SIGKILL);
}
std::cout << "GL thread stopping" << std::endl; std::cout << "GL thread stopping" << std::endl;
} }