From 73a3fa4541cb08c38dcdbfbcef41c063281b51e7 Mon Sep 17 00:00:00 2001 From: Joel Milne Date: Mon, 6 Oct 2014 13:32:32 -0700 Subject: [PATCH] Comment out unused variable to elimate warning --- ImageEditor/HFImageEditorViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImageEditor/HFImageEditorViewController.m b/ImageEditor/HFImageEditorViewController.m index b23a5b4..9171a48 100644 --- a/ImageEditor/HFImageEditorViewController.m +++ b/ImageEditor/HFImageEditorViewController.m @@ -11,7 +11,7 @@ static const CGFloat kPreviewImageSize = 120; static const CGFloat kDefaultCropWidth = 320; static const CGFloat kDefaultCropHeight = 320; -static const CGFloat kBoundingBoxInset = 15; +//static const CGFloat kBoundingBoxInset = 15; static const NSTimeInterval kAnimationIntervalReset = 0.25; static const NSTimeInterval kAnimationIntervalTransform = 0.2;