aboutsummaryrefslogtreecommitdiff
path: root/src/Platform.h
diff options
context:
space:
mode:
authorWaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com>2021-02-17 20:53:07 +0000
committerGitHub <noreply@github.com>2021-02-17 20:53:07 +0000
commit712919ec415ddacf9a971299ef4c5657d15d29be (patch)
tree4ef54b8ffc136f7ecfc64687ac4ad57589087e49 /src/Platform.h
parent64c6654d949b86ff528d975ba700f8477c269557 (diff)
Remove unneeded OpenGL loading function code (#1006)
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Platform.h b/src/Platform.h
index 9542233..753fb9a 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -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