Remove useless alien-address call from opengl.gl.windows

db4
Joe Groff 2008-02-08 18:00:29 -08:00
parent aa7f839948
commit eefa95ad25
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
USING: kernel windows.opengl32 ;
IN: opengl.gl.windows
: gl-function-context ( -- context ) wglGetCurrentContext alien-address ; inline
: gl-function-context ( -- context ) wglGetCurrentContext ; inline
: gl-function-address ( name -- address ) wglGetProcAddress ; inline
: gl-function-calling-convention ( -- str ) "stdcall" ; inline