mirror of
https://github.com/transmission/transmission
synced 2024-12-27 18:18:10 +00:00
remove unused method
This commit is contained in:
parent
1527698de4
commit
e9ece48c87
1 changed files with 0 additions and 11 deletions
|
@ -1332,17 +1332,6 @@ static void removeKeRangerRansomware()
|
|||
}
|
||||
}
|
||||
|
||||
- (void) urlSheetDidEnd: (NSWindow *) sheet returnCode: (NSInteger) returnCode contextInfo: (void *) contextInfo
|
||||
{
|
||||
if (returnCode == 1)
|
||||
{
|
||||
NSString * urlString = [fUrlSheetController urlString];
|
||||
[self performSelectorOnMainThread: @selector(openURL:) withObject: urlString waitUntilDone: NO];
|
||||
}
|
||||
|
||||
fUrlSheetController = nil;
|
||||
}
|
||||
|
||||
- (void) createFile: (id) sender
|
||||
{
|
||||
[CreatorWindowController createTorrentFile: fLib];
|
||||
|
|
Loading…
Reference in a new issue