diff options
Diffstat (limited to 'source/win_wgl.c')
-rw-r--r-- | source/win_wgl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/win_wgl.c b/source/win_wgl.c index 26b2038..f88986e 100644 --- a/source/win_wgl.c +++ b/source/win_wgl.c @@ -131,9 +131,6 @@ qboolean WGL_Init( const char *dllname ) { return qtrue; } -void *WGL_GetProcAddress( const char *symbol ) { - return ( void * )GetProcAddress( glw.hinstOpenGL, symbol ); -} #undef GPA |