st/wgl: Don't cache HDC anywhere.
[mesa.git] / src / gallium / state_trackers / wgl / stw_ext_pbuffer.c
index 7596cb6bd9502a6527bde6b589016d536b8d7d0e..0bd60c064d796b662043cb14d9d5a0b7a13d5dff 100644 (file)
@@ -248,8 +248,6 @@ wglGetPbufferDCARB(HPBUFFERARB hPbuffer)
 
    hDC = GetDC(fb->hWnd);
 
-   assert(hDC == fb->hDC);
-
    return hDC;
 }