Remove unneeded OpenGL loading function code (#1006)

This commit is contained in:
WaluigiWare64
2021-02-17 20:53:07 +00:00
committed by GitHub
parent 64c6654d94
commit 712919ec41
4 changed files with 0 additions and 19 deletions

View File

@ -88,7 +88,6 @@ void Mutex_Lock(Mutex* mutex);
void Mutex_Unlock(Mutex* mutex);
bool Mutex_TryLock(Mutex* mutex);
void* GL_GetProcAddress(const char* proc);
// local multiplayer comm interface
// packet type: DS-style TX header (12 bytes) + original 802.11 frame