mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Remove unused code
This commit is contained in:
parent
c94e06ccd2
commit
8efbc479e1
1 changed files with 0 additions and 3 deletions
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
|
||||
int warpCursorPosX, warpCursorPosY;
|
||||
|
||||
// The time of the last KeyPress event
|
||||
Time lastKeyTime;
|
||||
|
||||
} _GLFWwindowX11;
|
||||
|
||||
// X11-specific global data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue