Skip to content

Commit

Permalink
Remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxiangjiang committed Mar 6, 2018
1 parent c954ef3 commit e23fad1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions MBProgressHUD.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
static const CGFloat MBDefaultDetailsLabelFontSize = 12.f;


@interface MBProgressHUD () {
// Deprecated
UIColor *_activityIndicatorColor;
CGFloat _opacity;
}
@interface MBProgressHUD ()

@property (nonatomic, assign) BOOL useAnimation;
@property (nonatomic, assign, getter=hasFinished) BOOL finished;
Expand Down Expand Up @@ -93,7 +89,6 @@ - (void)commonInit {
_animationType = MBProgressHUDAnimationFade;
_mode = MBProgressHUDModeIndeterminate;
_margin = 20.0f;
_opacity = 1.f;
_defaultMotionEffectsEnabled = YES;

// Default color, depending on the current iOS version
Expand Down

0 comments on commit e23fad1

Please sign in to comment.