diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index 756e171fd..a16fdd1c0 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -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;