From 065858e185a3cb5f4b23d771f1db0c3372d1f71e Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 1 Feb 2013 08:43:13 +0100 Subject: [PATCH] Removed declaration of removed function. --- src/x11_platform.h | 3 --- 1 file changed, 3 deletions(-) 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,