mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
wgl: Remove unused field.
This commit is contained in:
parent
5bb2074798
commit
1124f786c1
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue