From 7547d03a7814197eb63b58ec69848c10c859c6da Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 22 May 2017 20:31:13 -0400 Subject: [PATCH] Clean up ahead of PR. // FREEBIE --- Signal/src/ViewControllers/RegistrationViewController.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Signal/src/ViewControllers/RegistrationViewController.m b/Signal/src/ViewControllers/RegistrationViewController.m index 04bf750ed..87e36e0a2 100644 --- a/Signal/src/ViewControllers/RegistrationViewController.m +++ b/Signal/src/ViewControllers/RegistrationViewController.m @@ -42,11 +42,6 @@ - (void)createViews { - // TODO: - for (UIView *subview in self.view.subviews) { - [subview removeFromSuperview]; - } - self.view.backgroundColor = [UIColor ows_signalBrandBlueColor]; UIView *header = [UIView new];