2650: Remove panic quit button r=Learath2 a=def-

Use alt-f4 or whatever your window manager wants instead.

Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
bors[bot] 2020-08-26 16:26:26 +00:00 committed by GitHub
commit b13197e9f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3027,7 +3027,6 @@ void CClient::Run()
RequestDDNetInfo();
bool LastD = false;
bool LastQ = false;
bool LastE = false;
bool LastG = false;
@ -3108,13 +3107,6 @@ void CClient::Run()
// update sound
Sound()->Update();
// panic quit button
if(CtrlShiftKey(KEY_Q, LastQ))
{
Quit();
break;
}
if(CtrlShiftKey(KEY_D, LastD))
g_Config.m_Debug ^= 1;