Removed duplicated code.

This commit is contained in:
Aron Cedercrantz
2011-01-19 13:26:01 +01:00
parent 80b84eedab
commit 2d998e34db
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -37,7 +37,6 @@
- (void)viewLoaded;
- (NSResponder *)firstResponder;
- (IBAction) refresh:(id)sender;
- (IBAction) refresh:(id)sender;
@end
-4
View File
@@ -44,10 +44,6 @@
return nil;
}
- (IBAction) refresh: sender
{
}
// The next methods should be implemented in the subclass if necessary
- (void)updateView
{