From 07b6e826b4d03cd846b8876323e409bddbfd494b 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 fa316ca..c22b64a 100644 --- a/ApplicationController.h +++ b/ApplicationController.h @@ -24,6 +24,4 @@ - (IBAction)saveAction:sender; - (IBAction)switchBranch:sender; - -@property (retain) PBGitRepository* repository; @end