mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
removing unused variable
This commit is contained in:
parent
44d1bc85bb
commit
dc9de66401
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Gain } from "../../core/context/Gain";
|
||||
import { Param } from "../../core/context/Param";
|
||||
import { InputNode, OutputNode, ToneAudioNode, ToneAudioNodeOptions } from "../../core/context/ToneAudioNode";
|
||||
import { InputNode, OutputNode, ToneAudioNode } from "../../core/context/ToneAudioNode";
|
||||
import { Degrees, Frequency, NormalRange, Time, UnitName } from "../../core/type/Units";
|
||||
import { optionsFromArguments } from "../../core/util/Defaults";
|
||||
import { readOnly } from "../../core/util/Interface";
|
||||
|
|
Loading…
Reference in a new issue