mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
remove a redundant framework reference and other trivial changes
This commit is contained in:
@@ -273,8 +273,6 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
||||
|
||||
- (void) awakeFromNib
|
||||
{
|
||||
fBadger = [[Badger alloc] initWithLib: fLib];
|
||||
|
||||
NSToolbar * toolbar = [[NSToolbar alloc] initWithIdentifier: @"TRMainToolbar"];
|
||||
[toolbar setDelegate: self];
|
||||
[toolbar setAllowsUserCustomization: YES];
|
||||
@@ -436,6 +434,8 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
||||
}
|
||||
[[fSearchFilterField cell] setPlaceholderString: filterSearchTypeTitle];
|
||||
|
||||
fBadger = [[Badger alloc] initWithLib: fLib];
|
||||
|
||||
//observe notifications
|
||||
NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user