Commit d9659b6
committed
Delete defunct rescheduling of timers.
In a much earlier time (e25acce), transition
delays were implemented by rescheduling the step callback with a new delay;
thus, d3_timer had to support finding an already-registered timer callback and
changing its delay. This was not supposed to be part of the public API when
d3.timer was later exposed, and is no longer needed due to the Great Transition
Rewrite of D3 3.0. So, we can simplify and optimize the code by deleting this
defunct feature.1 parent 496af7e commit d9659b6
3 files changed
Lines changed: 21 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1796 | 1796 | | |
1797 | 1797 | | |
1798 | 1798 | | |
1799 | | - | |
| 1799 | + | |
1800 | 1800 | | |
1801 | 1801 | | |
1802 | 1802 | | |
1803 | 1803 | | |
1804 | 1804 | | |
1805 | | - | |
1806 | | - | |
1807 | | - | |
1808 | | - | |
1809 | | - | |
1810 | | - | |
1811 | | - | |
1812 | | - | |
1813 | | - | |
1814 | | - | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
1815 | 1813 | | |
1816 | 1814 | | |
1817 | 1815 | | |
| |||
1848 | 1846 | | |
1849 | 1847 | | |
1850 | 1848 | | |
1851 | | - | |
1852 | 1849 | | |
1853 | 1850 | | |
1854 | 1851 | | |
| |||
0 commit comments