Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RSully committed Aug 24, 2013
1 parent 783b2e7 commit 2a5ae12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RSColorPicker/ColorPickerClasses/RSColorPickerView.m
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ +(void)prepareForDiameter:(CGFloat)diameter scale:(CGFloat)scale padding:(CGFloa

+(ANImageBitmapRep*)bitmapForDiameter:(CGFloat)diameter scale:(CGFloat)scale padding:(CGFloat)paddingDistance shouldCache:(BOOL)cache {
RSGenerateOperation *repOp = nil;
int ident = abs(arc4random());

// Handle the scale here so the operation can just work with pixels directly
paddingDistance *= scale;
Expand Down

0 comments on commit 2a5ae12

Please sign in to comment.