in -rectOfItemAtIndex:

theres some code in there that looks like
i figure that the == NO test is unneeded and the else
block can be removed, 

but i guess someone somewhere *could* be assigning to
it something other than YES or NO, in which case there
should probably be a comment explaining whats going on

if (_horizontal == YES)
{
  ....
}
else
{
  if (_horizontal == NO)
    {
      ....
    }
  else
    {
      ....
    }
}

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to