Skip to content

Commit

Permalink
[Sources] [RSKImageCropViewController] Remove unused variable kK.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanskorb committed Jun 8, 2018
1 parent be68a63 commit e44a0ff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions RSKImageCropper/RSKImageCropViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@
static const CGFloat kResetAnimationDuration = 0.4;
static const CGFloat kLayoutImageScrollViewAnimationDuration = 0.25;

// K is a constant such that the accumulated error of our floating-point computations is definitely bounded by K units in the last place.
#ifdef CGFLOAT_IS_DOUBLE
static const CGFloat kK = 9;
#else
static const CGFloat kK = 0;
#endif

@interface RSKImageCropViewController () <UIGestureRecognizerDelegate>

@property (assign, nonatomic) BOOL originalNavigationControllerNavigationBarHidden;
Expand Down

0 comments on commit e44a0ff

Please sign in to comment.