Skip to content

Commit 9b1fcd7

Browse files
committed
Remove cruft
1 parent 2492331 commit 9b1fcd7

5 files changed

+0
-12
lines changed

PBGitCommitController.h

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
@property(readonly) PBGitIndex *index;
3232
@property(assign) BOOL busy;
3333

34-
// FIXME: redo 0823ff859dc65db238951c16e49293ea411c2b5a
3534
- (IBAction) refresh:(id) sender;
3635
- (IBAction) commit:(id) sender;
3736
- (IBAction)signOff:(id)sender;

PBGitCommitController.m

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#import "PBChangedFile.h"
1212
#import "PBWebChangesController.h"
1313
#import "PBGitIndex.h"
14-
#import "NSString_RegEx.h"
15-
1614

1715
@interface PBGitCommitController ()
1816
- (void)refreshFinished:(NSNotification *)notification;

PBGitIndexController.h

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#import "PBChangedFile.h"
1212

1313
@interface PBGitIndexController : NSObject {
14-
int contextSize;
15-
1614
IBOutlet NSArrayController *stagedFilesController, *unstagedFilesController;
1715
IBOutlet PBGitCommitController *commitController;
1816

PBGitIndexController.m

-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ - (void)awakeFromNib
3030

3131
[unstagedTable registerForDraggedTypes: [NSArray arrayWithObject:FileChangesTableViewType]];
3232
[stagedTable registerForDraggedTypes: [NSArray arrayWithObject:FileChangesTableViewType]];
33-
3433
}
3534

36-
3735
- (void) ignoreFiles:(NSArray *)files
3836
{
3937
// Build output string

PBWebChangesController.m

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ - (void) didLoad
3030
[self refresh];
3131
}
3232

33-
- (BOOL) amend
34-
{
35-
return controller.index.amend;
36-
}
37-
3833
- (void)observeValueForKeyPath:(NSString *)keyPath
3934
ofObject:(id)object
4035
change:(NSDictionary *)change

0 commit comments

Comments
 (0)