Skip to content

Commit fb5da1c

Browse files
committed
got rid of unused function
1 parent 6caa640 commit fb5da1c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Classes/WebViewController.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ - (void)dealloc
6868
[super dealloc];
6969
}
7070

71-
- (void)refreshWeb:(id)sender {
72-
[theWebView reload];
73-
}
74-
75-
76-
7771
- (void)loadView
7872
{
7973
UIView *contentView = [[UIView alloc] initWithFrame:[[UIScreen mainScreen] applicationFrame]];

0 commit comments

Comments
 (0)