From 4148adf3755b825702b0b81a73849fde3bd24ef7 Mon Sep 17 00:00:00 2001 From: Eric Mehl Date: Fri, 27 Oct 2023 10:22:03 -0400 Subject: [PATCH] LightTool : Remove unused variables --- src/GafferSceneUI/LightTool.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/GafferSceneUI/LightTool.cpp b/src/GafferSceneUI/LightTool.cpp index 59ee6900a64..19451a2d9d7 100644 --- a/src/GafferSceneUI/LightTool.cpp +++ b/src/GafferSceneUI/LightTool.cpp @@ -2869,9 +2869,6 @@ class LengthHandle : public LightToolHandle void setupDrag( const DragDropEvent &event ) override { - Inspector::ResultPtr inspection = handleInspection( m_parameter ); - V3f offset = this->offset( inspection.get() ); - m_drag = Handle::LinearDrag( this, LineSegment3f( V3f( 0 ), ( m_axis * m_orientation ) ),