diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-10-03 22:08:38 -0700 |
---|---|---|
committer | Jay Freeman <saurik@Jay-Freemans-MacBook-Pro.local> | 2010-10-04 00:12:23 -0700 |
commit | 79ed082adfc40831a1ae716fbec776a66eba9aa8 (patch) | |
tree | 8130b974ebe034c8fd0c18070c4599ca913f4894 /UICaboodle/BrowserView.h | |
parent | 3b7fcecd1d1d10c596f73bd499cd71d9eeef68f6 (diff) |
Replaced UIActionSheet with UIAlertView in BrowserView; not fully tested, but the code looks correct when I reviewed it.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |