- Fix process callbakc handling during export
[ardour.git] / libs / ardour / ardour / midi_diskstream.h
index e152989229e75007f7bad7a6f8aab6b3ecd1b8ca..72667ca66253fee50897dced244f5d00bdd4dd63 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef __ardour_midi_diskstream_h__
 #define __ardour_midi_diskstream_h__
 
-#include <sigc++/signal.h>
 
 #include <cmath>
 #include <cassert>
@@ -112,6 +111,7 @@ class MidiDiskstream : public Diskstream
 
   protected:
        friend class Session;
+       friend class Butler;
 
        /* the Session is the only point of access for these
           because they require that the Session is "inactive"
@@ -165,7 +165,6 @@ class MidiDiskstream : public Diskstream
        int use_pending_capture_data (XMLNode& node);
 
        void get_input_sources ();
-       void check_record_status (nframes_t transport_frame, nframes_t nframes, bool can_record);
        void set_align_style_from_io();
 
        void engage_record_enable ();