Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Aug 29, 2024
1 parent 0ea0506 commit c5152da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/OpenSimCreator/UI/Shared/NavigatorPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,6 @@ class osc::NavigatorPanel::Impl final : public StandardPanelImpl {
computeComponentTreePath(root, selected) :
ComponentTreePathPointers{};

const ComponentTreePathPointers hoveredPathPointers = hovered ?
computeComponentTreePath(root, hovered) :
ComponentTreePathPointers{};

// get underlying component list (+iterator)
const auto componentList = root->getComponentList();
const auto componentListEnd = componentList.end();
Expand Down

0 comments on commit c5152da

Please sign in to comment.