summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-12-31 18:20:42 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-12-31 18:20:42 +0000
commitc1b2177d274b6e46202cf0b9ced20d845d21055a (patch)
tree93641076acae569f41d74688c23c798e2f49a6f7 /gtk2_ardour/editor_ops.cc
parent9d44c3b97187fc63eb6dcfba353c07b7b501ffb3 (diff)
many options moved to menus, region list context menu sort of operational
git-svn-id: svn://localhost/trunk/ardour2@219 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index a971a17750..68baba3061 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -3384,12 +3384,6 @@ Editor::toggle_xfades_active ()
}
void
-Editor::toggle_follow_playhead ()
-{
- set_follow_playhead (!_follow_playhead);
-}
-
-void
Editor::set_xfade_visibility (bool yn)
{