summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-05-01 18:53:17 +0100
committerKeith Whitwell <keithw@vmware.com>2009-05-08 10:04:13 +0100
commit082a086e9dffb78b73269ac3524f899e9f780ef9 (patch)
tree21744dced78c3a69526d588fe794b72c77c7a9b7
parentb25168c34c60760a33ca9e8336ac76cf1219f143 (diff)
wgl: Remove unused variable.
-rw-r--r--src/gallium/state_trackers/wgl/shared/stw_context.c1
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 e172f09bdfe..336eccef713 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;