From 7d9d4da29ec5839a72894fa1a93adc811e1d2f46 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 7 Mar 2011 08:58:58 -0800 Subject: Remove obsolete -[CYLoadingIndicator {label,activityIndicatorView}]. --- MobileCydia.mm | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index 76f8fef..366e070 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4171,9 +4171,6 @@ static _H Diversions_; _H container_; } -@property (readonly, nonatomic) UILabel *label; -@property (readonly, nonatomic) UIActivityIndicatorView *activityIndicatorView; - @end @implementation CYLoadingIndicator @@ -4221,14 +4218,6 @@ static _H Diversions_; } return self; } -- (UILabel *) label { - return label_; -} - -- (UIActivityIndicatorView *) activityIndicatorView { - return spinner_; -} - @end /* }}} */ /* Emulated Loading Controller {{{ */ -- cgit v1.2.3