NO-OP: blank line removal

This commit is contained in:
Paul Davis
2025-08-06 11:15:23 -06:00
parent 0811ad2a3a
commit 8f253bf85d

View File

@@ -1909,7 +1909,6 @@ Pianoroll::manage_possible_header (Gtk::Allocation& alloc)
if (prh) {
double w, h;
prh->size_request (w, h);
alloc.set_width (alloc.get_width() - w);
alloc.set_x (alloc.get_x() + w);
}