mirror of
https://github.com/gwm17/glfw.git
synced 2025-02-07 06:38:50 -05: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