Remove useless code

This commit is contained in:
Vera-Firefly 2023-09-08 18:31:40 +08:00 committed by GitHub
parent f415562652
commit 11fe04cf0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -989,7 +989,6 @@ extern "C" {
* [attribute](@ref GLFW_CONTEXT_CREATION_API_attrib).
*/
#define GLFW_CONTEXT_CREATION_API 0x0002200B
#define GLFW_CONTEXT_CREATION_API_1 0x0002200D
/*! @brief Window content area scaling window
* [window hint](@ref GLFW_SCALE_TO_MONITOR).
*/
@ -1045,7 +1044,6 @@ extern "C" {
#define GLFW_NATIVE_CONTEXT_API 0x00036001
#define GLFW_EGL_CONTEXT_API 0x00036002
#define GLFW_OSMESA_CONTEXT_API 0x00036003
#define GLFW_OSMESA_CONTEXT_API_1 0x00036007
/*! @defgroup shapes Standard cursor shapes
* @brief Standard system cursor shapes.
@ -1070,7 +1068,6 @@ extern "C" {
* The crosshair shape.
*/
#define GLFW_CROSSHAIR_CURSOR 0x00036003
#define GLFW_CROSSHAIR_CURSOR_1 0x00036007
/*! @brief The hand shape.
*
* The hand shape.