From e0f7514e82ecb23473b34259bbd6745b7763e909 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 7 Dec 2019 01:13:38 +0100 Subject: Fix nested comments --- gtk2_ardour/editor_selection.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/editor_selection.cc') diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc index 9704812d7d..1e28d77e0b 100644 --- a/gtk2_ardour/editor_selection.cc +++ b/gtk2_ardour/editor_selection.cc @@ -1516,7 +1516,7 @@ Editor::sensitize_the_right_region_actions (bool because_canvas_crossing) _region_actions->get_action("naturalize-region")->set_sensitive (false); } -/* Todo: insert-region-from-source-list + /* Todo: insert-region-from-source-list */ /* XXX: should also check that there is a track of the appropriate type for the selected region */ #if 0 if (_edit_point == EditAtMouse || _regions->get_single_selection() == 0 || selection->tracks.empty()) { -- cgit v1.2.3