Wayland: Remove superfluous global struct member

It seems unlikely that strlen will be a bottleneck when sending
clipboard contents.
This commit is contained in:
Camilla Löwy
2022-03-22 19:04:29 +01:00
parent b386371f57
commit 738b1c73b5
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -308,7 +308,6 @@ typedef struct _GLFWlibraryWayland
char* clipboardString;
size_t clipboardSize;
char* clipboardSendString;
size_t clipboardSendSize;
int timerfd;
short int keycodes[256];
short int scancodes[GLFW_KEY_LAST + 1];