summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
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/public_editor.h
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/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index fe20729b34..68d5c0d577 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -180,13 +180,6 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
*/
virtual void consider_auditioning (boost::shared_ptr<ARDOUR::Region> r) = 0;
- /** Set whether waveforms should be shown while recording audio tracks.
- * @param yn true to show waveforms, otherwise false.
- */
- virtual void set_show_waveforms_recording (bool yn) = 0;
-
- /** @return true if waveforms are being shown while recording, otherwise false */
- virtual bool show_waveforms_recording () const = 0;
virtual void new_region_from_selection () = 0;
virtual void separate_region_from_selection () = 0;