summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/audio_time_axis.cc')
-rw-r--r--gtk2_ardour/audio_time_axis.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/gtk2_ardour/audio_time_axis.cc b/gtk2_ardour/audio_time_axis.cc
index 60bcf8d6af..533c5ffc35 100644
--- a/gtk2_ardour/audio_time_axis.cc
+++ b/gtk2_ardour/audio_time_axis.cc
@@ -314,19 +314,3 @@ AudioTimeAxisView::build_automation_action_menu (bool for_selection)
{
RouteTimeAxisView::build_automation_action_menu (for_selection);
}
-
-void
-AudioTimeAxisView::enter_internal_edit_mode ()
-{
- if (audio_view()) {
- audio_view()->enter_internal_edit_mode ();
- }
-}
-
-void
-AudioTimeAxisView::leave_internal_edit_mode ()
-{
- if (audio_view()) {
- audio_view()->leave_internal_edit_mode ();
- }
-}