diff --git a/src/x11_platform.h b/src/x11_platform.h index f6daea12..f5fd9fd3 100644 --- a/src/x11_platform.h +++ b/src/x11_platform.h @@ -246,9 +246,6 @@ long _glfwKeySym2Unicode(KeySym keysym); // Clipboard handling Atom _glfwWriteSelection(XSelectionRequestEvent* request); -// Event processing -void _glfwProcessPendingEvents(void); - // Window support _GLFWwindow* _glfwFindWindowByHandle(Window handle); unsigned long _glfwGetWindowProperty(Window window,