Setting dirty on on-set is not necessary any more

This commit is contained in:
Dan Holmsand 2015-09-14 13:34:17 +02:00
parent e05c74e6a5
commit 995e110946
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@
(let [oldval state]
(set! state newval)
(when (some? on-set)
(set! dirtyness dirty)
(on-set oldval newval))
(-notify-watches a oldval newval)
newval))