mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Remove cruft
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
#import "PBChangedFile.h"
|
||||
#import "PBWebChangesController.h"
|
||||
#import "PBGitIndex.h"
|
||||
#import "NSString_RegEx.h"
|
||||
|
||||
|
||||
@interface PBGitCommitController ()
|
||||
- (void)refreshFinished:(NSNotification *)notification;
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
#import "PBChangedFile.h"
|
||||
|
||||
@interface PBGitIndexController : NSObject {
|
||||
int contextSize;
|
||||
|
||||
IBOutlet NSArrayController *stagedFilesController, *unstagedFilesController;
|
||||
IBOutlet PBGitCommitController *commitController;
|
||||
|
||||
|
||||
@@ -30,10 +30,8 @@
|
||||
|
||||
[unstagedTable registerForDraggedTypes: [NSArray arrayWithObject:FileChangesTableViewType]];
|
||||
[stagedTable registerForDraggedTypes: [NSArray arrayWithObject:FileChangesTableViewType]];
|
||||
|
||||
}
|
||||
|
||||
|
||||
- (void) ignoreFiles:(NSArray *)files
|
||||
{
|
||||
// Build output string
|
||||
|
||||
@@ -30,11 +30,6 @@
|
||||
[self refresh];
|
||||
}
|
||||
|
||||
- (BOOL) amend
|
||||
{
|
||||
return controller.index.amend;
|
||||
}
|
||||
|
||||
- (void)observeValueForKeyPath:(NSString *)keyPath
|
||||
ofObject:(id)object
|
||||
change:(NSDictionary *)change
|
||||
|
||||
Reference in New Issue
Block a user