From 8efbc479e1d3b40aaa53737806fa758def82b525 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 9 Jan 2019 10:13:43 +0530 Subject: [PATCH] Remove unused code --- glfw/x11_platform.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/glfw/x11_platform.h b/glfw/x11_platform.h index a7e70d128..01597ab72 100644 --- a/glfw/x11_platform.h +++ b/glfw/x11_platform.h @@ -198,9 +198,6 @@ typedef struct _GLFWwindowX11 // The last position the cursor was warped to by GLFW int warpCursorPosX, warpCursorPosY; - // The time of the last KeyPress event - Time lastKeyTime; - } _GLFWwindowX11; // X11-specific global data