mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
avoid retaining tons of copies of the folder icon
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user