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.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk2_ardour/audio_time_axis.cc b/gtk2_ardour/audio_time_axis.cc
index f245553b5e..192c9ffdcb 100644
--- a/gtk2_ardour/audio_time_axis.cc
+++ b/gtk2_ardour/audio_time_axis.cc
@@ -187,16 +187,6 @@ AudioTimeAxisView::append_extra_display_menu_items ()
}
void
-AudioTimeAxisView::set_show_waveforms_recording (bool yn)
-{
- AudioStreamView* asv = audio_view();
-
- if (asv) {
- asv->set_show_waveforms_recording (yn);
- }
-}
-
-void
AudioTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool show)
{
if (param.type() == GainAutomation) {