Remove various unused variables
Unused variables detected by mingw
This commit is contained in:
4
deps/glad/src/glad_wgl.c
vendored
4
deps/glad/src/glad_wgl.c
vendored
@@ -583,8 +583,8 @@ static void find_extensionsWGL(void) {
|
||||
}
|
||||
|
||||
static void find_coreWGL(HDC hdc) {
|
||||
int major = 9;
|
||||
int minor = 9;
|
||||
//int major = 9;
|
||||
//int minor = 9;
|
||||
GLADWGLhdc = hdc;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user