Remove cruft

This commit is contained in:
Pieter de Bie
2009-09-13 04:07:52 +02:00
parent 249233114d
commit 9b1fcd7628
5 changed files with 0 additions and 12 deletions
-1
View File
@@ -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;
-2
View File
@@ -11,8 +11,6 @@
#import "PBChangedFile.h"
#import "PBWebChangesController.h"
#import "PBGitIndex.h"
#import "NSString_RegEx.h"
@interface PBGitCommitController ()
- (void)refreshFinished:(NSNotification *)notification;
-2
View File
@@ -11,8 +11,6 @@
#import "PBChangedFile.h"
@interface PBGitIndexController : NSObject {
int contextSize;
IBOutlet NSArrayController *stagedFilesController, *unstagedFilesController;
IBOutlet PBGitCommitController *commitController;
-2
View File
@@ -30,10 +30,8 @@
[unstagedTable registerForDraggedTypes: [NSArray arrayWithObject:FileChangesTableViewType]];
[stagedTable registerForDraggedTypes: [NSArray arrayWithObject:FileChangesTableViewType]];
}
- (void) ignoreFiles:(NSArray *)files
{
// Build output string
-5
View File
@@ -30,11 +30,6 @@
[self refresh];
}
- (BOOL) amend
{
return controller.index.amend;
}
- (void)observeValueForKeyPath:(NSString *)keyPath
ofObject:(id)object
change:(NSDictionary *)change