mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +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
|
// Try to load libGL.so if necessary
|
||||||
initLibraries();
|
initLibraries();
|
||||||
|
|
||||||
// Initialize joysticks
|
|
||||||
_glfwInitJoysticks();
|
_glfwInitJoysticks();
|
||||||
|
|
||||||
// Start the timer
|
// Start the timer
|
||||||
@ -207,10 +206,8 @@ int _glfwPlatformTerminate(void)
|
|||||||
_glfwLibrary.X11.cursor = (Cursor) 0;
|
_glfwLibrary.X11.cursor = (Cursor) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Terminate display
|
|
||||||
terminateDisplay();
|
terminateDisplay();
|
||||||
|
|
||||||
// Terminate joysticks
|
|
||||||
_glfwTerminateJoysticks();
|
_glfwTerminateJoysticks();
|
||||||
|
|
||||||
// Unload libGL.so if necessary
|
// Unload libGL.so if necessary
|
||||||
|
Loading…
Reference in New Issue
Block a user