From 0c714fe3de350d2aed77f445d718e95ba9065b57 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 17 Jun 2012 11:48:51 +0000 Subject: Simplify management of waveform visibility / shape / scale; fixes #4727, I think. git-svn-id: svn://localhost/ardour2/branches/3.0@12743 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_streamview.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gtk2_ardour/audio_streamview.h') diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h index 18bc703650..a36c57b552 100644 --- a/gtk2_ardour/audio_streamview.h +++ b/gtk2_ardour/audio_streamview.h @@ -56,8 +56,6 @@ class AudioStreamView : public StreamView int set_amplitude_above_axis (gdouble app); gdouble get_amplitude_above_axis () { return _amplitude_above_axis; } - void set_show_waveforms (bool yn); - void show_all_fades (); void hide_all_fades (); @@ -77,10 +75,6 @@ class AudioStreamView : public StreamView void color_handler (); - void parameter_changed (std::string const &); - void set_waveform_shape (ARDOUR::WaveformShape); - void set_waveform_scale (ARDOUR::WaveformScale); - double _amplitude_above_axis; std::map, bool> rec_data_ready_map; -- cgit v1.2.3