Skip to content

Commit

Permalink
fix: remove unused state
Browse files Browse the repository at this point in the history
  • Loading branch information
esdete2 committed Jun 1, 2024
1 parent 5cead9d commit 163a039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Waveform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const Waveform = ({
config,
handleWaveformLoaded,
}: MirtWaveformProps) => {
const [loading, setLoading] = useState(true);
const [rawData, setRawData] = useState<Float32Array>();
const [size, setSize] = useState({ width: 0, height: 0 });
const [waveformData, setWaveformData] = useState<Array<number>>();
Expand Down

0 comments on commit 163a039

Please sign in to comment.