remove unneeded dirty flag

This commit is contained in:
keithw
2007-08-24 12:30:28 +01:00
committed by Keith Whitwell
parent def8bb784c
commit 599ba515f9
+1 -1
View File
@@ -176,7 +176,7 @@ const struct st_tracked_state st_update_tnl = {
_NEW_TEXTURE |
_NEW_TRANSFORM |
_NEW_LIGHT), /* XXX more? */
.st = ST_NEW_MESA, /* XXX correct? */
.st = 0
},
.update = update_tnl
};