remove unused part

This commit is contained in:
Nishi 2026-01-13 07:55:23 +09:00
commit 1f0437ab0c
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -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);
}