r300g: Drop unnecessary cast

This commit is contained in:
nobled
2010-12-02 21:48:40 +00:00
committed by Marek Olšák
parent 7ed65f462a
commit 39c436a1a2
+1 -1
View File
@@ -328,7 +328,7 @@ static void r300_init_states(struct pipe_context *pipe)
pipe->set_scissor_state(pipe, &ss);
/* Initialize the clip state. */
if (r300_context(pipe)->screen->caps.has_tcl) {
if (r300->screen->caps.has_tcl) {
pipe->set_clip_state(pipe, &cs);
} else {
BEGIN_CB(clip->cb, 2);