]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/WebViewController.h
Delete the now-obsolete cache folder in /var/root.
[cydia.git] / CyteKit / WebViewController.h
index c8d9d5123ce829eb325daa90be0a22ee63551a25..a159f37e9b33602758dbe01222284a82f7a67ef3 100644 (file)
@@ -1,5 +1,5 @@
 /* Cydia - iPhone UIKit Front-End for Debian APT
- * Copyright (C) 2008-2013  Jay Freeman (saurik)
+ * Copyright (C) 2008-2014  Jay Freeman (saurik)
 */
 
 /* GNU General Public License, Version 3 {{{ */
@@ -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;