From 897610a04786cb27992cd7a35ca74bc3cf6632fc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 19 May 2024 01:04:42 +0200 Subject: [PATCH] Fix macOS builds (after 93e1e1c1f2) --- gtk2_ardour/editor_rulers.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/editor_rulers.cc b/gtk2_ardour/editor_rulers.cc index 32421725ad..869c6acb47 100644 --- a/gtk2_ardour/editor_rulers.cc +++ b/gtk2_ardour/editor_rulers.cc @@ -464,8 +464,6 @@ Editor::update_ruler_visibility () meter_label.hide(); tempo_label.hide(); range_mark_label.hide(); - transport_mark_label.hide(); - cd_mark_label.hide(); section_mark_label.hide(); cue_mark_label.hide(); mark_label.hide();