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