remove unused method

This commit is contained in:
Mitchell Livingston 2021-01-02 23:30:47 -05:00
parent 1527698de4
commit e9ece48c87
1 changed files with 0 additions and 11 deletions

View File

@ -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];