From 97f80a2e51871ba7c975406f20bfe43c246cd88a Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Sat, 4 Oct 2008 23:05:30 +0200 Subject: [PATCH] Remove leftover code --- ApplicationController.h | 1 - ApplicationController.m | 5 ----- 2 files changed, 6 deletions(-) diff --git a/ApplicationController.h b/ApplicationController.h index 6a7d8c7..d77342a 100644 --- a/ApplicationController.h +++ b/ApplicationController.h @@ -30,5 +30,4 @@ - (IBAction)installCliTool:(id)sender; - (IBAction)saveAction:sender; -- (IBAction)switchBranch:sender; @end diff --git a/ApplicationController.m b/ApplicationController.m index 78f9a90..b499400 100644 --- a/ApplicationController.m +++ b/ApplicationController.m @@ -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