st/wgl: Remove buggy assertion.

The assertion is wrong, now that state tracker can cope with a window with
zero width or height.
This commit is contained in:
José Fonseca
2011-05-09 13:58:42 +01:00
parent d6b248652a
commit a67ecfeebc
@@ -146,8 +146,6 @@ stw_framebuffer_get_size( struct stw_framebuffer *fb )
* maximized again.
*/
assert(width == 0 && height == 0);
return;
}