glthread: don't kill neutrino during shutdown

Origin commit data
------------------
Commit: 77ecbec409
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-24 (Sun, 24 Mar 2013)
This commit is contained in:
Stefan Seyfried
2013-03-24 13:11:07 +01:00
parent 225bbbe9a8
commit 4abbeb9a1f

View File

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