From d8dd74c59b92827f2ad08f47b0a1974763023c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Walsh?= Date: Mon, 18 Aug 2008 18:10:44 +0100 Subject: [PATCH] The ApplicationController does not own a repository any more --- ApplicationController.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ApplicationController.h b/ApplicationController.h index 89be416..11b3d65 100644 --- a/ApplicationController.h +++ b/ApplicationController.h @@ -29,6 +29,4 @@ - (IBAction)saveAction:sender; - (IBAction)switchBranch:sender; - -@property (retain) PBGitRepository* repository; @end