mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-01-31 13:00:56 +00:00
Get rid of glConfig.wgl_extensions_string
Unused and nobody cares.
This commit is contained in:
parent
97163cf526
commit
68f3690252
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ typedef struct glconfig_s {
|
|||
const char *vendor_string;
|
||||
const char *version_string;
|
||||
const char *extensions_string;
|
||||
const char *wgl_extensions_string;
|
||||
|
||||
float glVersion; // atof( version_string )
|
||||
|
||||
|
|
Loading…
Reference in a new issue