summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_streamview.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-21 16:26:18 +0000
committerDavid Robillard <d@drobilla.net>2009-10-21 16:26:18 +0000
commit2c59ddede5a4b6c1b9227e2a0288561b38f0763f (patch)
tree8d564ce65cdd5a559232637d9ec66649c54de142 /gtk2_ardour/audio_streamview.h
parent516048882c17b97d9b10985f56a0990f56ae5404 (diff)
Fix MIDI rec regions.
git-svn-id: svn://localhost/ardour2/branches/3.0@5842 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_streamview.h')
-rw-r--r--gtk2_ardour/audio_streamview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h
index 14c8465179..d17a67f23c 100644
--- a/gtk2_ardour/audio_streamview.h
+++ b/gtk2_ardour/audio_streamview.h
@@ -112,8 +112,6 @@ class AudioStreamView : public StreamView
CrossfadeViewList crossfade_views;
bool crossfades_visible;
- std::list<sigc::connection> rec_data_ready_connections;
- nframes_t last_rec_data_frame;
std::map<boost::shared_ptr<ARDOUR::Source>, bool> rec_data_ready_map;
bool outline_region;