dead code removal

This commit is contained in:
Mitchell Livingston 2009-10-30 22:53:30 +00:00
parent 5126de2802
commit e777fefd63
1 changed files with 0 additions and 3 deletions

View File

@ -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.",