diff --git a/src/driver/glthread.cpp b/src/driver/glthread.cpp index 302a5e498..40dcbda2a 100644 --- a/src/driver/glthread.cpp +++ b/src/driver/glthread.cpp @@ -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; }