diff options
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 76f8fef..366e070 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -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 {{{ */ |