wgl: Remove unused field.

This commit is contained in:
José Fonseca 2009-05-30 14:33:11 -07:00
parent 5bb2074798
commit 1124f786c1
2 changed files with 0 additions and 2 deletions

View file

@ -128,7 +128,6 @@ stw_create_layer_context(
goto no_ctx;
ctx->hdc = hdc;
ctx->color_bits = GetDeviceCaps( ctx->hdc, BITSPIXEL );
/* Create visual based on flags
*/

View file

@ -38,7 +38,6 @@ struct stw_context
struct st_context *st;
UINT_PTR hglrc;
HDC hdc;
DWORD color_bits;
const struct stw_pixelformat_info *pfi;
};