From 1f0437ab0ccd48a9e45aec726ff9f69fab88ea02 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 13 Jan 2026 07:55:23 +0900 Subject: [PATCH] remove unused part --- client/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/main.c b/client/main.c index 54577c9..a017b7a 100644 --- a/client/main.c +++ b/client/main.c @@ -8,10 +8,6 @@ MwWidget window, opengl; -static void* gl_getprocaddress(const char* name){ - return MwOpenGLGetProcAddress(opengl, name); -} - static void gl_swapbuffer(void){ MwOpenGLSwapBuffer(opengl); }