summaryrefslogtreecommitdiff
path: root/libs/ardour/session_events.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-12-07 21:37:35 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-12-07 21:37:35 +0000
commit9686f8097d45c306168d1a5220d9c8bf225edb8c (patch)
tree274d7f7d8a549f96a5459d9be257581980906be3 /libs/ardour/session_events.cc
parentdc86434283718b7c4a4ed6af52a950e6cfc5e86f (diff)
first pass at end-to-end RT operation request (GUI->session->RT thread->GUI), just for rec-enable
git-svn-id: svn://localhost/ardour2/branches/3.0@6324 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_events.cc')
-rw-r--r--libs/ardour/session_events.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/ardour/session_events.cc b/libs/ardour/session_events.cc
index 7b24b1abef..170a1c0c4c 100644
--- a/libs/ardour/session_events.cc
+++ b/libs/ardour/session_events.cc
@@ -278,10 +278,3 @@ SessionEventManager::_clear_event_type (SessionEvent::Type type)
set_next_event ();
}
-#if 0
-void
-Session::process_rtop (SessionEvent* ev)
-{
- ev->rt_return (ev->rt_slot ());
-}
-#endif