From: Michael J. Rubinsky Date: Tue, 3 Feb 2009 16:38:57 +0000 (-0500) Subject: ws, remove some old junk/comments X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=37a14c6b8e8efbae677c950a3c9859dd58e655b3;p=horde.git ws, remove some old junk/comments --- 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,