mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
REFAC(macos,overlay): Remove unused symbol
The cgl symbol was resolved but never used, which triggered a warning in our macOS CI.
This commit is contained in:
parent
fa6a780f1a
commit
e99ef2cade
@ -124,9 +124,8 @@ __attribute__((constructor)) static void initializeLibrary() {
|
||||
|
||||
ods("!");
|
||||
|
||||
void *nsgl = NULL, *cgl = NULL;
|
||||
nsgl = dlsym(RTLD_DEFAULT, "NSClassFromString");
|
||||
cgl = dlsym(RTLD_DEFAULT, "CGLFlushDrawable");
|
||||
void *nsgl = NULL;
|
||||
nsgl = dlsym(RTLD_DEFAULT, "NSClassFromString");
|
||||
|
||||
/* Check for GL symbol availability */
|
||||
if (!(AVAIL_ALL_GLSYM)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user