From 0a35cbab13da83c1beeab854b3b79c40ac95564d Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 9 Jul 2018 16:46:39 -0400 Subject: [PATCH] Respond to CR. --- Signal/src/ViewControllers/HomeView/HomeViewCell.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Signal/src/ViewControllers/HomeView/HomeViewCell.m b/Signal/src/ViewControllers/HomeView/HomeViewCell.m index cef88eb90..e6e88f715 100644 --- a/Signal/src/ViewControllers/HomeView/HomeViewCell.m +++ b/Signal/src/ViewControllers/HomeView/HomeViewCell.m @@ -293,7 +293,6 @@ NS_ASSUME_NONNULL_BEGIN messageStatusViewTintColor = [UIColor ows_signalBlueColor]; break; case MessageReceiptStatusFailed: - // TODO: statusIndicatorImage = [UIImage imageNamed:@"message_status_failed"]; messageStatusViewTintColor = [UIColor ows_destructiveRedColor]; break;