avoid retaining tons of copies of the folder icon

This commit is contained in:
Mitchell Livingston
2007-03-05 16:51:32 +00:00
parent a9e40db432
commit 1713e5ff88
3 changed files with 6 additions and 5 deletions

View File

@@ -29,9 +29,8 @@
@interface InfoWindowController : NSWindowController
{
NSArray * fTorrents;
NSArray * fPeers, * fFiles;
NSImage * fAppIcon, * fDotGreen, * fDotRed;
NSArray * fTorrents, * fPeers, * fFiles;
NSImage * fAppIcon, * fDotGreen, * fDotRed, * fFolderIcon;
IBOutlet NSTabView * fTabView;