summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-08 14:02:03 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-08 14:02:03 -0400
commitc98abed37fd9ffd7402f3ecf2c05df811488d610 (patch)
tree35d6ed35896e73236038ed4ce157b2b6b93242b6 /libs/ardour
parent7e077bdebaa20eff758a812821e1c80991c1e59b (diff)
restore jack timebase master and jack session callback functionality (moved into the JACK backend)
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/ardour/session.h9
-rw-r--r--libs/ardour/wscript1
2 files changed, 0 insertions, 10 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 937ae4fb2e..9c4edfa1a1 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -881,15 +881,6 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi
MIDI::MachineControl& mmc() { return *_mmc; }
- /* Callbacks specifically related to JACK, and called directly
- * from the JACK audio backend.
- */
-
-#ifdef HAVE_JACK_SESSION
- void jack_session_event (jack_session_event_t* event);
-#endif
- void jack_timebase_callback (jack_transport_state_t, pframes_t, jack_position_t*, int);
-
protected:
friend class AudioEngine;
void set_block_size (pframes_t nframes);
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 0fd5c4e80f..4231691d17 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -180,7 +180,6 @@ libardour_sources = [
'session_events.cc',
'session_export.cc',
'session_handle.cc',
- 'session_jack.cc',
'session_ltc.cc',
'session_metadata.cc',
'session_midi.cc',