Removed declaration of removed function.

This commit is contained in:
Camilla Berglund 2013-02-01 08:43:13 +01:00
parent a0e4fad65a
commit 065858e185

View File

@ -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,