From e363da1f909a10ef03691d5e6ffa15f9ed0e69ac Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 4 Oct 2023 16:56:20 -0600 Subject: [PATCH] NOOP: remove unused variable --- gtk2_ardour/editor_ops.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index 44c432bd7f..a4fb0446e7 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -6222,7 +6222,6 @@ Editor::quantize_regions (const RegionSelection& rs) return; } - bool ignored; Quantize* quant = get_quantize_op (); if (!quant) {