summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-14 03:54:15 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-14 05:09:11 -0700
commit5bb0da03cad6a6a7608aa0e97297a54c751f8abf (patch)
treee4936f3e8bbf57b91013c44314429cd14644cb82 /CyteKit/WebViewController.h
parentb3be8c0c05ea03ae25d0128eabc24ee1d160c4c6 (diff)
Seriously solve the auto-redirect issue.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r--CyteKit/WebViewController.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h
index d779468..2bd5320 100644
--- a/CyteKit/WebViewController.h
+++ b/CyteKit/WebViewController.h
@@ -73,9 +73,6 @@
_H<NSURLRequest> request_;
bool ready_;
- _H<NSURLRequest> stage1_;
- _H<NSURLRequest> stage2_;
-
_transient NSNumber *sensitive_;
_H<NSString> title_;