diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-06 19:31:14 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-06 19:31:14 -0700 |
commit | a9dbe12cff9b5de401da271e92ac72a285227670 (patch) | |
tree | 6339cb2e3b653f4874a2b2a6f615c3c012010db3 /UICaboodle/BrowserView.mm | |
parent | 9b623dac3e39ca96e0326a7e93d9684b224c1fa1 (diff) |
UICaboodle/ResetView and resetViewAnimated: seem to be obsolete.
Diffstat (limited to 'UICaboodle/BrowserView.mm')
-rw-r--r-- | UICaboodle/BrowserView.mm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index 793678e..9b0c93d 100644 --- a/UICaboodle/BrowserView.mm +++ b/UICaboodle/BrowserView.mm @@ -1612,9 +1612,6 @@ static Class $UIWebBrowserView; [[[[self navigationItem] rightBarButtonItem] view] addSubview:indicator_]; } -- (void) resetViewAnimated:(BOOL)animated { -} - - (void) setPushed:(bool)pushed { pushed_ = pushed; } |