Skip to content

Commit

Permalink
Removed unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Apr 1, 2015
1 parent fa6451a commit 782e4c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ChartsDemo/Classes/Demos/StackedBarChartViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ - (void)setDataCount:(int)count range:(float)range
[dataSets addObject:set1];

NSNumberFormatter *formatter = [[NSNumberFormatter alloc] init];
formatter = [[NSNumberFormatter alloc] init];
formatter.maximumFractionDigits = 1;
formatter.negativeSuffix = @" $";
formatter.positiveSuffix = @" $";
Expand Down

0 comments on commit 782e4c9

Please sign in to comment.