Revert change that was not required
This commit is contained in:
parent
79fa299d44
commit
bbd0125a9c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue