From 058acc7f2266aab60e0b63dcb796ba10609d43f1 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 16 Sep 2010 04:19:11 +0200 Subject: [PATCH] Removed content-less comments. --- src/x11/x11_init.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/x11/x11_init.c b/src/x11/x11_init.c index 857d6d1f..3934047d 100644 --- a/src/x11/x11_init.c +++ b/src/x11/x11_init.c @@ -185,7 +185,6 @@ int _glfwPlatformInit(void) // Try to load libGL.so if necessary initLibraries(); - // Initialize joysticks _glfwInitJoysticks(); // Start the timer @@ -207,10 +206,8 @@ int _glfwPlatformTerminate(void) _glfwLibrary.X11.cursor = (Cursor) 0; } - // Terminate display terminateDisplay(); - // Terminate joysticks _glfwTerminateJoysticks(); // Unload libGL.so if necessary