fix warning

This commit is contained in:
Brian Paul 2006-05-08 19:11:21 +00:00
parent 71b2504e03
commit c93c18abf1

View file

@ -1617,10 +1617,9 @@ get_triangle_func(GLcontext *ctx)
}
}
}
#else
return (swrast_tri_func) NULL;
#endif /* CHAN_BITS == 8 */
return (swrast_tri_func) NULL;
}