From: José Fonseca Date: Fri, 1 May 2009 17:53:17 +0000 (+0100) Subject: wgl: Remove unused variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=082a086e9dffb78b73269ac3524f899e9f780ef9;p=mesa.git wgl: Remove unused variable. --- 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;