mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Removed content-less comments.
This commit is contained in:
parent
25b22e6b4c
commit
058acc7f22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user