From 79ed082adfc40831a1ae716fbec776a66eba9aa8 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sun, 3 Oct 2010 22:08:38 -0700 Subject: Replaced UIActionSheet with UIAlertView in BrowserView; not fully tested, but the code looks correct when I reviewed it. --- UICaboodle/BrowserView.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'UICaboodle/BrowserView.h') diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 69fd35c..ec779c9 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -83,8 +83,6 @@ + (void) _initialize; -- (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button; - - (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy; - (void) loadURL:(NSURL *)url; -- cgit v1.2.3