OSDN Git Service

wgl: Remove unused variable.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 1 May 2009 17:53:17 +0000 (18:53 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 8 May 2009 09:04:13 +0000 (10:04 +0100)
src/gallium/state_trackers/wgl/shared/stw_context.c

index e172f09..336ecce 100644 (file)
@@ -109,7 +109,6 @@ stw_create_layer_context(
    GLvisual *visual = NULL;
    struct pipe_screen *screen = NULL;
    struct pipe_context *pipe = NULL;
-   UINT_PTR hglrc = 0;
 
    if(!stw_dev)
       return 0;