diff options
Diffstat (limited to 'Frameworks/PSMTabBar/PSMTabBarController.m')
-rw-r--r-- | Frameworks/PSMTabBar/PSMTabBarController.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Frameworks/PSMTabBar/PSMTabBarController.m b/Frameworks/PSMTabBar/PSMTabBarController.m index 62e7a818..04e1ec69 100644 --- a/Frameworks/PSMTabBar/PSMTabBarController.m +++ b/Frameworks/PSMTabBar/PSMTabBarController.m @@ -329,8 +329,6 @@ static NSInteger potentialMinimumForArray(NSArray *array, NSInteger minimum) width = [_control cellOptimumWidth]; } - //if ([currentCell isPlaceholder]) width = 1; - width = ceil(width); //check to see if there is not enough space to place all tabs as preferred |