mirror of
https://github.com/glfw/glfw.git
synced 2026-02-20 14:13:12 +01:00
Simplified version string functions.
This commit is contained in:
@@ -249,7 +249,7 @@ void _glfwPlatformTerminate(void)
|
||||
|
||||
const char* _glfwPlatformGetVersionString(void)
|
||||
{
|
||||
const char* version = _GLFW_VERSION_NUMBER " Cocoa"
|
||||
return _GLFW_VERSION_NUMBER " Cocoa"
|
||||
#if defined(_GLFW_NSGL)
|
||||
" NSGL"
|
||||
#endif
|
||||
@@ -266,7 +266,5 @@ const char* _glfwPlatformGetVersionString(void)
|
||||
" dynamic"
|
||||
#endif
|
||||
;
|
||||
|
||||
return version;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user