summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-10-29 06:50:47 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-10-29 06:50:47 -0700
commit6da09548ebbfc7b2412409492fe135a928ab0c64 (patch)
tree4f4932b53dfb8bd74aeadbeb3154f9de1fc1cdbd /CyteKit/WebViewController.mm
parent584daea0344fb5b69171243e6951577256defa07 (diff)
Move WebView (Apple) category to iPhonePrivate.h.
Diffstat (limited to 'CyteKit/WebViewController.mm')
-rw-r--r--CyteKit/WebViewController.mm5
1 files changed, 0 insertions, 5 deletions
diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm
index e5b58d6..bf2643b 100644
--- a/CyteKit/WebViewController.mm
+++ b/CyteKit/WebViewController.mm
@@ -45,11 +45,6 @@ static Class $MFMailComposeViewController;
float CYScrollViewDecelerationRateNormal;
-@interface WebView (Apple)
-- (void) _setLayoutInterval:(float)interval;
-- (void) _setAllowsMessaging:(BOOL)allows;
-@end
-
@interface WebFrame (Cydia)
- (void) cydia$updateHeight;
@end