wgl: Remove unused field.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 30 May 2009 21:33:11 +0000 (14:33 -0700)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 31 May 2009 03:29:03 +0000 (20:29 -0700)
src/gallium/state_trackers/wgl/shared/stw_context.c
src/gallium/state_trackers/wgl/shared/stw_context.h

index dd97e48b1446984a3575928675099583fd767288..09dba61603f277156a290bb1d8ff911fa3a0c040 100644 (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
     */
index e276737e85a421408134625afc5ce92e4a65104e..92df7e6136b4a538acc2c1821fe82c96994ab9f5 100644 (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;
 };