Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rousseau Quentin committed Nov 24, 2012
1 parent ea0cfbf commit d8f1f1e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions SEHumanizedTimeDiffDemo/MasterViewController.m
Expand Up @@ -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],
Expand Down

0 comments on commit d8f1f1e

Please sign in to comment.