st/wgl: Remove buggy assertion.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 9 May 2011 12:58:42 +0000 (13:58 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 10 May 2011 15:13:05 +0000 (16:13 +0100)
The assertion is wrong, now that state tracker can cope with a window with
zero width or height.

src/gallium/state_trackers/wgl/stw_framebuffer.c

index 4033365bfbe86d4bc59ff897608cb9de0a0ac09c..7a689f9977d2c8e4d3d762945809e188d7bc6a4d 100644 (file)
@@ -146,8 +146,6 @@ stw_framebuffer_get_size( struct stw_framebuffer *fb )
        * maximized again.
        */
 
-      assert(width == 0 && height == 0);
-
       return;
    }