]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
.gitignore: Exclude *.obj and *.tlog. Remove build artifacts
[xonotic/darkplaces.git] / cl_main.c
index fe1840aff42db97cb43db2ec931f381da739312b..9418ee06f7dd5811921a3dd57a2c92b691cf767e 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -2813,11 +2813,6 @@ double CL_Frame (double time)
 
        CL_VM_PreventInformationLeaks();
 
-       // get new key events
-       Key_EventQueue_Unblock();
-       SndSys_SendKeyEvents();
-       Sys_SendKeyEvents();
-
        /*
         * If the accumulator hasn't become positive, don't
         * run the frame. Everything that happens before this