mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
dead code removal
This commit is contained in:
@@ -380,9 +380,6 @@
|
||||
//check if the location currently exists
|
||||
if (![[NSFileManager defaultManager] fileExistsAtPath: [fLocation stringByDeletingLastPathComponent]])
|
||||
{
|
||||
NSArray * pathComponents = [fLocation pathComponents];
|
||||
NSInteger count = [pathComponents count];
|
||||
|
||||
NSAlert * alert = [[[NSAlert alloc] init] autorelease];
|
||||
[alert addButtonWithTitle: NSLocalizedString(@"OK", "Create torrent -> directory doesn't exist warning -> button")];
|
||||
[alert setMessageText: NSLocalizedString(@"The chosen torrent file location does not exist.",
|
||||
|
||||
Reference in New Issue
Block a user