From 0838a1fe685b4b47fc3d3a8958ee4b4b8ee9e474 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 15 Mar 2024 19:14:12 -0500 Subject: [PATCH] remove another unneeded var --- web/src/components/timeline/MotionSegment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/timeline/MotionSegment.tsx b/web/src/components/timeline/MotionSegment.tsx index d8aac7654..b06d655fb 100644 --- a/web/src/components/timeline/MotionSegment.tsx +++ b/web/src/components/timeline/MotionSegment.tsx @@ -39,7 +39,7 @@ export function MotionSegment({ shouldShowRoundedCorners, } = useEventSegmentUtils(segmentDuration, events, severityType); - const { getMotionSegmentValue, interpolateMotionAudioData, getMotionStart } = + const { getMotionSegmentValue, interpolateMotionAudioData } = useMotionSegmentUtils(segmentDuration, motion_events); const { alignStartDateToTimeline, alignEndDateToTimeline } = useEventUtils(