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 e172f09bdfe3e1ba93b9a997a90052605a2ed4a5..336eccef7138e36c8d84fd5759e2536268baff25 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;