Remove leftover code

This commit is contained in:
Pieter de Bie
2008-10-04 23:05:30 +02:00
parent 40e29732f4
commit 97f80a2e51
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -30,5 +30,4 @@
- (IBAction)installCliTool:(id)sender;
- (IBAction)saveAction:sender;
- (IBAction)switchBranch:sender;
@end
-5
View File
@@ -93,11 +93,6 @@
}
}
- (IBAction) switchBranch: sender
{
[[NSAlert alertWithMessageText:@"Not Supported" defaultButton:nil alternateButton:nil otherButton:nil informativeTextWithFormat:@"Sorry, switching branches is not supported yet"] runModal];
}
/**
Returns the support folder for the application, used to store the Core Data
store file. This code uses a folder named "GitTest" for