diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-26 02:08:21 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-26 02:08:21 -0700 |
commit | d69dbfc52fb69ef3e891052c92b2a0dd6bc9f35f (patch) | |
tree | 12c8179eace2bbb7e1c830dd1d60b740c73c0e12 /CyteKit/WebViewController.h | |
parent | 9aaebfec365992f934252b0b80fa4e870f6bb45f (diff) |
Don't hold the Removing Essentials dialog over ProgressController.v1.1.0
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index c2e64d5..9b9ba94 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -109,9 +109,6 @@ - (void) loadRequest:(NSURLRequest *)request; - (bool) isLoading; -- (void) reloadURLWithCache:(BOOL)cache; -- (void) reloadURL; - - (id) init; - (id) initWithURL:(NSURL *)url; |