bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSOutlineView.m


From: Andrew Ruder
Subject: NSOutlineView.m
Date: Mon, 21 Jul 2003 04:10:15 -0500
User-agent: Mutt/1.5.4i

Saves a method call.  It was creating arrays with 
[NSMutableArray array] and then retaining them.  Why not
save a method lookup and just do a [NSMutableArray new]?

Thanks
-- 
Andrew Ruder

Attachment: NSOutlineView.m.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]