Remove thought-to-be-unnecessary setup of Delivery::_no_outs_cuz_we_no_monitor
[ardour.git] / libs / ardour / ardour / delivery.h
index 743854027deddb4f77db0c910c179ca16d9d6d13..89dff8850e23deaca11a68487aad407cbc348928 100644 (file)
@@ -74,7 +74,6 @@ public:
 
        void flush_buffers (framecnt_t nframes, framepos_t time);
        void no_outs_cuz_we_no_monitor(bool);
-       virtual void cycle_start (pframes_t);
        void transport_stopped (framepos_t frame);
        void realtime_locate ();
 
@@ -82,8 +81,6 @@ public:
 
        PBD::Signal0<void> MuteChange;
 
-       static PBD::Signal1<void, pframes_t> CycleStart;
-
        XMLNode& state (bool full);
        int set_state (const XMLNode&, int version);