From 37a14c6b8e8efbae677c950a3c9859dd58e655b3 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 3 Feb 2009 11:38:57 -0500 Subject: [PATCH] ws, remove some old junk/comments --- iPhoto2Ansel/AnselExportController.m | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/iPhoto2Ansel/AnselExportController.m b/iPhoto2Ansel/AnselExportController.m index 4692dfc99..749dd3530 100644 --- a/iPhoto2Ansel/AnselExportController.m +++ b/iPhoto2Ansel/AnselExportController.m @@ -37,7 +37,6 @@ NSString * const TURAnselServerEndpointKey = @"endpoint"; NSString * const TURAnselServerUsernameKey = @"username"; NSString * const TURAnselServerPasswordKey = @"password"; - @implementation AnselExportController @synthesize currentGallery; @@ -100,8 +99,7 @@ NSString * const TURAnselServerPasswordKey = @"password"; // Make sure we're not doing this for nothing if ([anselController state] == TURAnselStateConnected) { - - // It *looks* like index 0 is the first selected album? + albumName = [mExportMgr albumNameAtIndex: 0]; newGalleryController = [[TURAnselGalleryPanelController alloc] initWithController: anselController withGalleryName: albumName]; @@ -159,8 +157,6 @@ NSString * const TURAnselServerPasswordKey = @"password"; -(IBAction)doAddServer: (id)sender { // TODO: Sanity checks - //[self disconnect]; - NSDictionary *newServer = [[NSDictionary alloc] initWithObjectsAndKeys: [mServerSheetServerNickName stringValue], TURAnselServerNickKey, [mServerSheetHostURL stringValue], TURAnselServerEndpointKey, -- 2.11.0