Use shared_ptr for Port in the AudioEngine; improves thread-safety of the audio engin...
[ardour.git] / libs / ardour / ardour / audio_diskstream.h
index f233e2111208586ddc357533f1f88e742bebe018..94c843971bc22c71dfc678f6e52ebdf2f45634eb 100644 (file)
@@ -171,7 +171,7 @@ class AudioDiskstream : public Diskstream
   protected:
        friend class AudioTrack;
 
-       int  process (framepos_t transport_frame, pframes_t nframes, bool can_record, bool& need_butler);
+       int  process (framepos_t transport_frame, pframes_t nframes, bool& need_butler);
        bool commit  (framecnt_t nframes);
 
   private: