diff options
| author | Nick Dedekind <nicholas.dedekind@gmail.com> | 2013-08-16 11:08:05 +0100 |
|---|---|---|
| committer | Nick Dedekind <nicholas.dedekind@gmail.com> | 2013-08-16 11:08:05 +0100 |
| commit | 075e1924dd12872591c719d399896f375f47cb85 (patch) | |
| tree | ea17197b60d566411f6839de3ffd6bb9a1ad61d7 /dash | |
| parent | 3141fbd9f2cd30b53657189f305f50b4f19f3445 (diff) | |
removed unneeded var.
(bzr r3472.1.3)
Diffstat (limited to 'dash')
| -rwxr-xr-x | dash/ScopeView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/ScopeView.cpp b/dash/ScopeView.cpp index a9442ec7f..d087b1335 100755 --- a/dash/ScopeView.cpp +++ b/dash/ScopeView.cpp @@ -386,7 +386,7 @@ void ScopeView::SetupFilters(Filters::Ptr const& filters) conn = filters->filter_removed.connect(sigc::mem_fun(this, &ScopeView::OnFilterRemoved)); filter_removed_connection_ = conn_manager_.Add(conn); - auto clear_filters = [this, filters] () + auto clear_filters = [this] () { auto conn = conn_manager_.Get(filter_removed_connection_); bool blocked = conn.block(true); |
