diff options
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; } |