Skip to content

Commit

Permalink
IndexController: de-privatize the index-stopping stuff
Browse files Browse the repository at this point in the history
We shouldn't need to do this, but we still need to, because
our index operations are split between two different controllers,
which is a bit odd.
  • Loading branch information
pieter committed Sep 12, 2009
1 parent 4544816 commit 9167113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions PBGitIndexController.h
Expand Up @@ -36,5 +36,8 @@
- (NSString *) stagedChangesForFile:(PBChangedFile *)file;
- (NSString *) unstagedChangesForFile:(PBChangedFile *)file;

- (void)stopTrackingIndex;
- (void)resumeTrackingIndex;

- (NSMenu *) menuForTable:(NSTableView *)table;
@end
5 changes: 0 additions & 5 deletions PBGitIndexController.m
Expand Up @@ -12,11 +12,6 @@

#define FileChangesTableViewType @"GitFileChangedType"

@interface PBGitIndexController (PrivateMethods)
- (void)stopTrackingIndex;
- (void)resumeTrackingIndex;
@end

@implementation PBGitIndexController

@synthesize contextSize;
Expand Down

0 comments on commit 9167113

Please sign in to comment.