Remove unused code

This commit is contained in:
Kovid Goyal 2019-01-09 10:13:43 +05:30
parent c94e06ccd2
commit 8efbc479e1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

3
glfw/x11_platform.h vendored
View File

@ -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