mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
delete unneeded function
This commit is contained in:
@@ -342,7 +342,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||
[nc addObserver: self selector: @selector(setWindowSizeToFit)
|
||||
name: @"AutoSizeSettingChange" object: nil];
|
||||
|
||||
[nc addObserver: self selector: @selector(makeWindowKey)
|
||||
[nc addObserver: fWindow selector: @selector(makeKeyWindow)
|
||||
name: @"MakeWindowKey" object: nil];
|
||||
|
||||
//check if torrent should now start
|
||||
@@ -1077,11 +1077,6 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||
[window makeKeyAndOrderFront: nil];
|
||||
}
|
||||
|
||||
- (void) makeWindowKey
|
||||
{
|
||||
[fWindow makeKeyWindow];
|
||||
}
|
||||
|
||||
- (void) showInfo: (id) sender
|
||||
{
|
||||
if ([[fInfoController window] isVisible])
|
||||
|
||||
Reference in New Issue
Block a user