From 38caf9ddd3bd35c40631cabde124afcc90d6c584 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 1 Apr 2020 09:31:18 -0600 Subject: [PATCH] NOOP: whitespace --- gtk2_ardour/location_ui.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc index f39ce911ed..3f850816b1 100644 --- a/gtk2_ardour/location_ui.cc +++ b/gtk2_ardour/location_ui.cc @@ -256,7 +256,6 @@ LocationEditRow::set_location (Location *loc) string date = gdt.format ("%F %H:%M"); date_label.set_text(date); item_table.attach (date_label, 9, 10, 0, 1, FILL, Gtk::FILL, 4, 0); - } hide_check_button.set_active (location->is_hidden()); lock_check_button.set_active (location->locked());