summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-07 14:23:32 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-07 14:23:32 +0000
commit50aee542192e98016d44aa3f11f40bbe2e8367f6 (patch)
tree8a9d4c1d9c3d097b11ad61063f9c0d7de6efbe1d /gtk2_ardour/public_editor.h
parent20aeb5af0abd50dc01db503d65897c7dfebf6467 (diff)
remove visible "sound notes" button,add Config parameter to control this (which then saves the state the user selected), add control to the prefs dialog
git-svn-id: svn://localhost/ardour2/branches/3.0@10934 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 4107097236..0d8bbbacef 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -181,10 +181,6 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible {
virtual bool internal_editing() const = 0;
- /** @return Sound edited notes in MIDI regions while editing
- */
- virtual bool sound_notes () const = 0;
-
/** Possibly start the audition of a region. If @param r is 0, or not an AudioRegion
* any current audition is cancelled. If we are currently auditioning @param r,
* the audition will be cancelled. Otherwise an audition of @param r will start.