Skip to content

Commit

Permalink
Remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter committed Sep 13, 2009
1 parent 2492331 commit 9b1fcd7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion PBGitCommitController.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
@property(readonly) PBGitIndex *index;
@property(assign) BOOL busy;

// FIXME: redo 0823ff859dc65db238951c16e49293ea411c2b5a
- (IBAction) refresh:(id) sender;
- (IBAction) commit:(id) sender;
- (IBAction)signOff:(id)sender;
Expand Down
2 changes: 0 additions & 2 deletions PBGitCommitController.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#import "PBChangedFile.h"
#import "PBWebChangesController.h"
#import "PBGitIndex.h"
#import "NSString_RegEx.h"


@interface PBGitCommitController ()
- (void)refreshFinished:(NSNotification *)notification;
Expand Down
2 changes: 0 additions & 2 deletions PBGitIndexController.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#import "PBChangedFile.h"

@interface PBGitIndexController : NSObject {
int contextSize;

IBOutlet NSArrayController *stagedFilesController, *unstagedFilesController;
IBOutlet PBGitCommitController *commitController;

Expand Down
2 changes: 0 additions & 2 deletions PBGitIndexController.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ - (void)awakeFromNib

[unstagedTable registerForDraggedTypes: [NSArray arrayWithObject:FileChangesTableViewType]];
[stagedTable registerForDraggedTypes: [NSArray arrayWithObject:FileChangesTableViewType]];

}


- (void) ignoreFiles:(NSArray *)files
{
// Build output string
Expand Down
5 changes: 0 additions & 5 deletions PBWebChangesController.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ - (void) didLoad
[self refresh];
}

- (BOOL) amend
{
return controller.index.amend;
}

- (void)observeValueForKeyPath:(NSString *)keyPath
ofObject:(id)object
change:(NSDictionary *)change
Expand Down

0 comments on commit 9b1fcd7

Please sign in to comment.