diff --git a/PBViewController.h b/PBViewController.h index 5636b3d..ec5dbd4 100644 --- a/PBViewController.h +++ b/PBViewController.h @@ -37,7 +37,6 @@ - (void)viewLoaded; - (NSResponder *)firstResponder; -- (IBAction) refresh:(id)sender; - (IBAction) refresh:(id)sender; @end diff --git a/PBViewController.m b/PBViewController.m index ba12e4a..77e4f3f 100644 --- a/PBViewController.m +++ b/PBViewController.m @@ -44,10 +44,6 @@ return nil; } -- (IBAction) refresh: sender -{ -} - // The next methods should be implemented in the subclass if necessary - (void)updateView {