summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_streamview.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-19 01:40:42 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-19 01:40:42 +0000
commit0cde999d87ea4623d118f562e58305c7a97da8b8 (patch)
treeb6020b5c2d68afce4620b50b68bb670d85a74c10 /gtk2_ardour/automation_streamview.cc
parent4493d639e6163c9249afad40cd7d2a40c4a5b5d3 (diff)
Move toggle-waveforms-while-recording into RC options.
git-svn-id: svn://localhost/ardour2/branches/3.0@6935 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_streamview.cc')
-rw-r--r--gtk2_ardour/automation_streamview.cc17
1 files changed, 0 insertions, 17 deletions
diff --git a/gtk2_ardour/automation_streamview.cc b/gtk2_ardour/automation_streamview.cc
index 0c596d2a31..90cc96414f 100644
--- a/gtk2_ardour/automation_streamview.cc
+++ b/gtk2_ardour/automation_streamview.cc
@@ -60,8 +60,6 @@ AutomationStreamView::AutomationStreamView (AutomationTimeAxisView& tv)
{
//canvas_rect->property_fill_color_rgba() = stream_base_color;
canvas_rect->property_outline_color_rgba() = RGBA_BLACK;
-
- use_rec_regions = tv.editor().show_waveforms_recording ();
}
AutomationStreamView::~AutomationStreamView ()
@@ -182,21 +180,6 @@ AutomationStreamView::setup_rec_box ()
}
void
-AutomationStreamView::update_rec_regions (nframes_t /*start*/, nframes_t /*dur*/)
-{
-}
-
-void
-AutomationStreamView::rec_data_range_ready (jack_nframes_t start, jack_nframes_t dur)
-{
- // this is called from the butler thread for now
-
- ENSURE_GUI_THREAD (*this, &AutomationStreamView::rec_data_range_ready, start, dur)
-
- this->update_rec_regions (start, dur);
-}
-
-void
AutomationStreamView::color_handler ()
{
/*if (_trackview.is_midi_track()) {