gallium: remove bad assertion

This commit is contained in:
Brian Paul 2008-06-24 08:45:59 -06:00
parent 62fd280c52
commit 2b69233510

View file

@ -685,7 +685,6 @@ i915_texture_blanket(struct pipe_screen * screen,
{
struct i915_texture *tex;
assert(screen);
assert(templat);
/* Only supports one type */
if (base->target != PIPE_TEXTURE_2D ||