mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 03:32:01 +00:00
Eliminates implicit update queue flush, as unnecessary.
This commit is contained in:
parent
f237dcf904
commit
b215cf83d5
@ -39,9 +39,9 @@ struct UpdaterDelegate: public Concurrency::BestEffortUpdater::Delegate {
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)dealloc {
|
||||
_updater.flush();
|
||||
}
|
||||
//- (void)dealloc {
|
||||
// _updater.flush();
|
||||
//}
|
||||
|
||||
- (void)update {
|
||||
_updater.update();
|
||||
|
Loading…
Reference in New Issue
Block a user