setUsesThreadedAnimation is complaining loudly for no good reason

This commit is contained in:
Robert Grant 2011-08-10 14:29:48 -04:00
parent 341bd58df4
commit b3073433a7

View File

@ -238,9 +238,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
}
-(void)setUsesThreadedAnimation:(BOOL)value {
// This currently has no effect on the indicator - but no need to complain about it
_usesThreadedAnimation=value;
if(_usesThreadedAnimation)
NSUnimplementedMethod();
}
-(void)setMinValue:(double)value {