diff --git a/Userland/Applications/SpaceAnalyzer/TreeMapWidget.cpp b/Userland/Applications/SpaceAnalyzer/TreeMapWidget.cpp index f393e7be63..052bdae088 100644 --- a/Userland/Applications/SpaceAnalyzer/TreeMapWidget.cpp +++ b/Userland/Applications/SpaceAnalyzer/TreeMapWidget.cpp @@ -304,9 +304,6 @@ void TreeMapWidget::mousedown_event(GUI::MouseEvent& event) if (!path.is_empty()) { m_path_segments.shrink(m_viewpoint); m_path_segments.extend(path); - if (on_path_change) { - on_path_change(); - } update(); } }