ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/oct.C
(Generate patch)

Comparing libgender/oct.C (file contents):
Revision 1.8 by root, Mon Oct 4 07:04:58 2004 UTC vs.
Revision 1.9 by root, Mon Oct 4 07:05:38 2004 UTC

158 { 158 {
159 vs.visibility = visibility_state::VISIBLE; 159 vs.visibility = visibility_state::VISIBLE;
160 vs.generation = ctx.generation; 160 vs.generation = ctx.generation;
161 } 161 }
162 162
163#if 0
164 if (vs.visibility == visibility_state::VISIBLE 163 if (vs.visibility == visibility_state::VISIBLE
165 && vs.generation == ctx.generation) 164 && vs.generation == ctx.generation)
166#endif
167 { 165 {
168 for (iterator i = end (); i-- != begin (); ) 166 for (iterator i = end (); i-- != begin (); )
169 (*i)->display (ctx); 167 (*i)->display (ctx);
170 168
171 for (int i = 8; i--; ) 169 for (int i = 8; i--; )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines