summaryrefslogtreecommitdiff
path: root/CyteKit/CyteWebViewController.mm
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit/CyteWebViewController.mm')
-rw-r--r--CyteKit/CyteWebViewController.mm16
1 files changed, 0 insertions, 16 deletions
diff --git a/CyteKit/CyteWebViewController.mm b/CyteKit/CyteWebViewController.mm
index 65a7351..9db2c8a 100644
--- a/CyteKit/CyteWebViewController.mm
+++ b/CyteKit/CyteWebViewController.mm
@@ -128,22 +128,6 @@ float CYScrollViewDecelerationRateNormal;
@end
/* }}} */
-@implementation WebScriptObject (UICaboodle)
-
-- (NSUInteger) count {
- id length([self valueForKey:@"length"]);
- if ([length respondsToSelector:@selector(intValue)])
- return [length intValue];
- else
- return 0;
-}
-
-- (id) objectAtIndex:(unsigned)index {
- return [self webScriptValueAtIndex:index];
-}
-
-@end
-
@implementation BrowserController
#if ShowInternals