From d8f1f1eba14e6eb554d173811333827db2117d1d Mon Sep 17 00:00:00 2001 From: Rousseau Quentin Date: Sat, 24 Nov 2012 15:57:42 +0100 Subject: [PATCH] Remove useless code --- SEHumanizedTimeDiffDemo/MasterViewController.m | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SEHumanizedTimeDiffDemo/MasterViewController.m b/SEHumanizedTimeDiffDemo/MasterViewController.m index 9614e8c..6fd76a9 100644 --- a/SEHumanizedTimeDiffDemo/MasterViewController.m +++ b/SEHumanizedTimeDiffDemo/MasterViewController.m @@ -16,12 +16,6 @@ - (void)viewDidLoad [super viewDidLoad]; self.view.frame = [[UIScreen mainScreen] bounds]; self.view.backgroundColor = [UIColor whiteColor]; - -// NSDate *now = [NSDate date]; -// NSDateFormatter *formatter = nil; -// formatter = [[NSDateFormatter alloc] init]; -// [formatter setTimeStyle:NSDateFormatterShortStyle]; -// [timeNowLabel setText:[formatter stringFromDate:now]]; items = [NSArray arrayWithObjects: [NSDate dateWithTimeIntervalSinceNow:-10],