mirror of
https://github.com/transmission/transmission.git
synced 2026-04-27 04:04:11 +01:00
Move private interfaces to interface extensions (#932)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#import "FileOutlineView.h"
|
||||
#import "Torrent.h"
|
||||
|
||||
@interface InfoFileViewController (Private)
|
||||
@interface InfoFileViewController ()
|
||||
|
||||
- (void)setupInfo;
|
||||
|
||||
@@ -191,10 +191,6 @@
|
||||
return NSZeroRect;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation InfoFileViewController (Private)
|
||||
|
||||
- (void)setupInfo
|
||||
{
|
||||
fFileFilterField.stringValue = @"";
|
||||
|
||||
Reference in New Issue
Block a user