Remove unused code
This commit is contained in:
parent
c94e06ccd2
commit
8efbc479e1
3
glfw/x11_platform.h
vendored
3
glfw/x11_platform.h
vendored
@ -198,9 +198,6 @@ typedef struct _GLFWwindowX11
|
|||||||
// The last position the cursor was warped to by GLFW
|
// The last position the cursor was warped to by GLFW
|
||||||
int warpCursorPosX, warpCursorPosY;
|
int warpCursorPosX, warpCursorPosY;
|
||||||
|
|
||||||
// The time of the last KeyPress event
|
|
||||||
Time lastKeyTime;
|
|
||||||
|
|
||||||
} _GLFWwindowX11;
|
} _GLFWwindowX11;
|
||||||
|
|
||||||
// X11-specific global data
|
// X11-specific global data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user