From c0d9922baf587a275456b13b0c99bd4465a3536f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2024 16:02:26 -0400 Subject: Remove redundant assignment --- src/gui/BreadCrumbs.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/gui/BreadCrumbs.cpp b/src/gui/BreadCrumbs.cpp index be613407..50592d4c 100644 --- a/src/gui/BreadCrumbs.cpp +++ b/src/gui/BreadCrumbs.cpp @@ -85,7 +85,6 @@ BreadCrumbs::build(const raul::Path& path, } _active_path = path; - _enable_signal = old_enable_signal; } else if (!_breadcrumbs.empty() && path.is_child_of(_full_path)) { // Moving to a child of the full path, append crumbs (preserve cache) -- cgit v1.2.1