adium/adium

Parents 7a4731a5e936
Children 52f2e3473b38
The iChat importer hasn't had a help button for six years, remove the code to open the help.
--- a/Source/BGICImportController.h Fri Jun 07 21:18:33 2013 -0400
+++ b/Source/BGICImportController.h Fri Jun 07 22:54:02 2013 -0400
@@ -73,8 +73,6 @@
-(IBAction)goBack:(id)sender;
-(IBAction)proceed:(id)sender;
--(IBAction)openHelp:(id)sender;
-
-(IBAction)cancelLogImport:(id)sender;
-(IBAction)deleteLogs:(id)sender;
-(IBAction)selectLogAccountDestination:(id)sender;
--- a/Source/BGICImportController.m Fri Jun 07 21:18:33 2013 -0400
+++ b/Source/BGICImportController.m Fri Jun 07 22:54:02 2013 -0400
@@ -324,13 +324,6 @@
[backButton setEnabled:NO];
}
--(IBAction)openHelp:(id)sender
-{
-#warning This help anchor is necessary and needs a corresponding page in the book + the index needs regenerated.
- NSString *locBookName = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleHelpBookName"];
- [[NSHelpManager sharedHelpManager] openHelpAnchor:@"ichatImport" inBook:locBookName];
-}
-
// this action is currently defined as returning to the start of the assistant, unchecking all and noting completed actions
-(IBAction)goBack:(id)sender
{