Skip to content

Commit

Permalink
Delete unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvandendriessche authored and escoz committed Aug 16, 2013
1 parent c5498b4 commit e3cf732
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions quickdialog/QFloatElement.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ - (void)fetchValueIntoObject:(id)obj {
[obj setValue:[NSNumber numberWithFloat:_floatValue] forKey:_key];
}

- (CGFloat)calculateSliderWidth:(QuickDialogTableView *)view cell:(UITableViewCell *)cell {
CGFloat width = cell.bounds.size.width;
if (_title!=nil)
width -= [cell.textLabel.text sizeWithFont:[UIFont boldSystemFontOfSize:17]].width;
return width;
}

- (void)valueChanged:(UISlider *)slider {
self.floatValue = slider.value;

Expand Down

0 comments on commit e3cf732

Please sign in to comment.