diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-05-01 18:53:17 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-05-08 14:57:29 +0100 |
commit | 692263aad695c66669a0001fb3ac6d7a0bd84c94 (patch) | |
tree | 98723c0df0e0b3b7e0358b8ade0c566758182721 | |
parent | d88faf91e9fe222636b33540298ee64bc6f4416c (diff) |
wgl: Remove unused variable.
-rw-r--r-- | src/gallium/state_trackers/wgl/shared/stw_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/wgl/shared/stw_context.c b/src/gallium/state_trackers/wgl/shared/stw_context.c index e172f09bdf..336eccef71 100644 --- a/src/gallium/state_trackers/wgl/shared/stw_context.c +++ b/src/gallium/state_trackers/wgl/shared/stw_context.c @@ -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; |