From b9c29bcf704b0e3dff4bbefe237a36e224af15b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= Date: Sun, 25 Oct 2015 20:44:05 +0100 Subject: [PATCH] Remove unused --- DesignerNews/StoryViewController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/DesignerNews/StoryViewController.m b/DesignerNews/StoryViewController.m index 4da3ca3c..c0ee5157 100644 --- a/DesignerNews/StoryViewController.m +++ b/DesignerNews/StoryViewController.m @@ -9,7 +9,6 @@ static NSString * const CommentTableViewCellIdentifier = @"CommentTableViewCellIdentifier"; static const CGFloat CommentTableViewCellHeight = 50.0; -static const CGFloat CommentTableViewCellOffset = 40.0; @interface StoryViewController ()