]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/WebViewController.h
Remove _clear from Source (future code loses it).
[cydia.git] / CyteKit / WebViewController.h
index c8d9d5123ce829eb325daa90be0a22ee63551a25..cb1bf610bfa5e3374d756f22366225edee3e8e71 100644 (file)
@@ -71,7 +71,6 @@
 
     float width_;
     Class class_;
-    _H<UIColor> color_;
 
     _H<UIBarButtonItem> reloaditem_;
     _H<UIBarButtonItem> loadingitem_;
 - (id) initWithWidth:(float)width;
 - (id) initWithWidth:(float)width ofClass:(Class)_class;
 
-- (void) setColor:(UIColor *)color;
-
 - (void) callFunction:(WebScriptObject *)function;
 
 - (void) webView:(WebView *)view didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame;