restore jack timebase master and jack session callback functionality (moved into...
[ardour.git] / libs / ardour / ardour / session.h
index 937ae4fb2ef6a3ab028368124d88e1bb89677b80..9c4edfa1a1c257a79b9d13cee83f2477001a98f7 100644 (file)
@@ -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);