wgl: Remove unused member.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 9 Apr 2009 20:27:43 +0000 (21:27 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 9 Apr 2009 20:27:43 +0000 (21:27 +0100)
src/gallium/state_trackers/wgl/shared/stw_framebuffer.c
src/gallium/state_trackers/wgl/shared/stw_framebuffer.h

index 053f741e7b613cca664e9361d1a8c53392da1083..fcfd44e399139c3c89664b4f55ed4abfb7678cf1 100644 (file)
@@ -206,7 +206,6 @@ stw_framebuffer_create(
       height,
       (void *) fb );
 
-   fb->cColorBits = GetDeviceCaps( hdc, BITSPIXEL );
    fb->hDC = hdc;
    fb->hWnd = WindowFromDC( hdc );
 
index 245fdc5fc9ea442776103c24a1458dfc8652748e..ea3bf6f8fc7b6140c000d8ee845bdfc559e9e607 100644 (file)
@@ -37,7 +37,6 @@ struct stw_framebuffer
 {
    struct st_framebuffer *stfb;
    HDC hDC;
-   BYTE cColorBits;
    HWND hWnd;
    struct stw_framebuffer *next;
 };