mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Remove leftover code
This commit is contained in:
@@ -30,5 +30,4 @@
|
||||
- (IBAction)installCliTool:(id)sender;
|
||||
|
||||
- (IBAction)saveAction:sender;
|
||||
- (IBAction)switchBranch:sender;
|
||||
@end
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user