diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 08:58:58 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-08 01:50:05 -0800 |
commit | 7d9d4da29ec5839a72894fa1a93adc811e1d2f46 (patch) | |
tree | 3e29ae378fdad2eb4da417a349dddbfff2f0a84a /MobileCydia.mm | |
parent | 70393dbc2bc6a9d5ff532ca1b30a22534164ea18 (diff) |
Remove obsolete -[CYLoadingIndicator {label,activityIndicatorView}].
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 {{{ */ |