Remove various unused variables

Unused variables detected by mingw
This commit is contained in:
jp9000
2015-02-08 15:05:24 -08:00
parent f9d4a957c1
commit 0c1d121ff2
13 changed files with 10 additions and 28 deletions

View File

@@ -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;
}