Revert change that was not required

This commit is contained in:
Gemma Barlow 2017-04-17 19:56:10 -04:00 committed by WenchaoD
parent 79fa299d44
commit bbd0125a9c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
self.contentView.frame = self.bounds;
// Position Calculation
NSInteger count = self.weekdayPointers.allObjects.count;
NSInteger count = self.weekdayPointers.count;
size_t size = sizeof(CGFloat)*count;
CGFloat *widths = malloc(size);
CGFloat contentWidth = self.contentView.fs_width;