Revert "_glfwTerminateWayland calls _glfwPollEventsWayland at start"

This reverts commit c1ff180f4e.
This commit is contained in:
Doug Binks 2025-11-08 13:31:47 +00:00
parent a281536b6b
commit 9036dc238e

View File

@ -894,8 +894,6 @@ int _glfwInitWayland(void)
void _glfwTerminateWayland(void)
{
_glfwPollEventsWayland();
_glfwTerminateEGL();
_glfwTerminateOSMesa();