mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2025-02-20 03:31:51 +00:00
setUsesThreadedAnimation is complaining loudly for no good reason
This commit is contained in:
parent
341bd58df4
commit
b3073433a7
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user