The ApplicationController does not own a repository any more

This commit is contained in:
Ciarán Walsh
2008-08-18 18:10:44 +01:00
parent 4c18f592f5
commit 07b6e826b4
-2
View File
@@ -24,6 +24,4 @@
- (IBAction)saveAction:sender;
- (IBAction)switchBranch:sender;
@property (retain) PBGitRepository* repository;
@end