mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Removed duplicated code.
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
- (void)viewLoaded;
|
||||
|
||||
- (NSResponder *)firstResponder;
|
||||
- (IBAction) refresh:(id)sender;
|
||||
|
||||
- (IBAction) refresh:(id)sender;
|
||||
@end
|
||||
|
||||
@@ -44,10 +44,6 @@
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (IBAction) refresh: sender
|
||||
{
|
||||
}
|
||||
|
||||
// The next methods should be implemented in the subclass if necessary
|
||||
- (void)updateView
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user