]> git.saurik.com Git - cydia.git/commitdiff
Remove obsolete -[CYLoadingIndicator {label,activityIndicatorView}].
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 16:58:58 +0000 (08:58 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 8 Mar 2011 09:50:05 +0000 (01:50 -0800)
MobileCydia.mm

index 76f8fefccf239759e80c929b8d5cdc52ef0ddcf6..366e07074ea9452aa324d704f75e75b88fe8a67b 100644 (file)
@@ -4171,9 +4171,6 @@ static _H<NSMutableSet> Diversions_;
     _H<UIView> container_;
 }
 
-@property (readonly, nonatomic) UILabel *label;
-@property (readonly, nonatomic) UIActivityIndicatorView *activityIndicatorView;
-
 @end
 
 @implementation CYLoadingIndicator
@@ -4221,14 +4218,6 @@ static _H<NSMutableSet> Diversions_;
     } return self;
 }
 
-- (UILabel *) label {
-    return label_;
-}
-
-- (UIActivityIndicatorView *) activityIndicatorView {
-    return spinner_;
-}
-
 @end
 /* }}} */
 /* Emulated Loading Controller {{{ */