summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-11-29 02:17:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-11-29 02:17:13 +0000
commitb7e01e92b3d3f308b7fa15e163b19f0d22180e3b (patch)
treed68c2c2d00ee5405994e8e3f614682c1138eaf0a /gtk2_ardour/editor.h
parentd9032350e0f02f16dc633d876d7ede945e295044 (diff)
make region renaming even more accessible
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2724 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 05e9d7c088..9c97348f10 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -944,6 +944,7 @@ class Editor : public PublicEditor
void remove_clicked_region ();
void destroy_clicked_region ();
void edit_region ();
+ void rename_region ();
void duplicate_some_regions (RegionSelection&, float times);
void duplicate_selection (float times);
void region_fill_selection ();
@@ -980,10 +981,6 @@ class Editor : public PublicEditor
void region_from_selection ();
void create_region_from_selection (std::vector<boost::shared_ptr<ARDOUR::AudioRegion> >&);
- bool region_renamed;
- void rename_region ();
- void rename_region_finished (bool);
-
void play_from_start ();
void play_from_edit_point ();
void play_selected_region ();