From e777fefd63d5399f9ef7b96f2cef89131f892bd1 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 30 Oct 2009 22:53:30 +0000 Subject: [PATCH] dead code removal --- macosx/CreatorWindowController.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/macosx/CreatorWindowController.m b/macosx/CreatorWindowController.m index 01a4a58de..ec1481b80 100644 --- a/macosx/CreatorWindowController.m +++ b/macosx/CreatorWindowController.m @@ -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.",