From e5ef93821c357d8350846cf55696efa7da8e7480 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 13 Nov 2025 17:05:17 -0700 Subject: [PATCH] NO-OP: remove inaccurate comment --- gtk2_ardour/midi_view.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk2_ardour/midi_view.cc b/gtk2_ardour/midi_view.cc index 054620459e..dbafe684f3 100644 --- a/gtk2_ardour/midi_view.cc +++ b/gtk2_ardour/midi_view.cc @@ -1137,9 +1137,6 @@ MidiView::redisplay (bool view_only) what_changed.add (Properties::start); what_changed.add (Properties::length); - /* this calls reset_width_dependent_items() which calls - view_changed() in the right way. - */ region_resized (what_changed); } else { model_changed ();