From 3e700cb4011e9eb16c438939ea02c52f4ebb21fb Mon Sep 17 00:00:00 2001 From: Alex Baines Date: Sat, 9 May 2020 21:25:40 +0100 Subject: [PATCH] remove debug line --- platform_linux/linux_4ed.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platform_linux/linux_4ed.cpp b/platform_linux/linux_4ed.cpp index 1ed88e41..14147351 100644 --- a/platform_linux/linux_4ed.cpp +++ b/platform_linux/linux_4ed.cpp @@ -1463,10 +1463,6 @@ linux_handle_x11_events() { switch(event.type) { case KeyPress: { - - // DEBUG - linuxvars.key_mode = KeyMode_Physical; - should_step = true; Input_Modifier_Set_Fixed* mods = &linuxvars.input.pers.modifiers;