From d9186e9e422ce55f861085382bc1e459e78e2e03 Mon Sep 17 00:00:00 2001 From: Nima Tahami Date: Fri, 6 Jan 2017 02:57:34 -0500 Subject: [PATCH] removed unnecessary variable --- Example/Pods/FCAlertView/FCAlertView/Classes/FCAlertView.m | 1 - FCAlertView/Classes/FCAlertView.m | 1 - 2 files changed, 2 deletions(-) diff --git a/Example/Pods/FCAlertView/FCAlertView/Classes/FCAlertView.m b/Example/Pods/FCAlertView/FCAlertView/Classes/FCAlertView.m index 4803d62..1b1af38 100644 --- a/Example/Pods/FCAlertView/FCAlertView/Classes/FCAlertView.m +++ b/Example/Pods/FCAlertView/FCAlertView/Classes/FCAlertView.m @@ -363,7 +363,6 @@ - (void)drawRect:(CGRect)rect { // Re-adjusting Frames based on height of text - Requirement is to not have over 6 lines of text CGSize constraint = CGSizeMake(descriptionLabel.frame.size.width, CGFLOAT_MAX); - CGSize sizeOfText; NSStringDrawingContext *context = [[NSStringDrawingContext alloc] init]; CGSize boundingBox = [descriptionLabel.text boundingRectWithSize:constraint diff --git a/FCAlertView/Classes/FCAlertView.m b/FCAlertView/Classes/FCAlertView.m index c1e9680..cba9683 100644 --- a/FCAlertView/Classes/FCAlertView.m +++ b/FCAlertView/Classes/FCAlertView.m @@ -363,7 +363,6 @@ - (void)drawRect:(CGRect)rect { // Re-adjusting Frames based on height of text - Requirement is to not have over 6 lines of text CGSize constraint = CGSizeMake(descriptionLabel.frame.size.width, CGFLOAT_MAX); - CGSize sizeOfText; NSStringDrawingContext *context = [[NSStringDrawingContext alloc] init]; CGSize boundingBox = [descriptionLabel.text boundingRectWithSize:constraint