summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/location_ui.cc')
-rw-r--r--gtk2_ardour/location_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc
index 306f2ab6d2..a23c3153ac 100644
--- a/gtk2_ardour/location_ui.cc
+++ b/gtk2_ardour/location_ui.cc
@@ -541,7 +541,7 @@ LocationEditRow::cd_toggled ()
item_table.remove (cd_track_details_hbox);
// item_table.resize(1, 7);
- redraw_ranges(); /* EMIT_SIGNAL */
+ redraw_ranges(); /* EMIT_SIGNAL */
}
}
@@ -590,7 +590,7 @@ LocationEditRow::remove_button_pressed ()
return;
}
- remove_requested (location); /* EMIT_SIGNAL */
+ remove_requested (location); /* EMIT_SIGNAL */
}