st/mesa: completely rewrite state atoms
[mesa.git] / src / mesa / state_tracker / st_atom_blend.c
index 8adda10c6b823425173c3dea2266ebc52d6162f6..65de67bb6c406caab6f698d7a75da2c138640a12 100644 (file)
@@ -283,9 +283,5 @@ update_blend( struct st_context *st )
 
 
 const struct st_tracked_state st_update_blend = {
-   {                                                   /* dirty */
-      (_NEW_COLOR | _NEW_MULTISAMPLE),  /* XXX _NEW_BLEND someday? */  /* mesa */
-      0,                                               /* st */
-   },
    update_blend,                                       /* update */
 };