Remove no-longer used file.
[ardour.git] / libs / ardour / ardour / internal_return.h
index 2b8e6183373c7ad2cdfb58005011fbf9f9c296ef..75de9547522a37d032bf55e86206b380244a3ba9 100644 (file)
@@ -38,7 +38,7 @@ class InternalReturn : public Return
        XMLNode& get_state(void);
        int set_state(const XMLNode&, int version);
 
-       void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes, bool);
+       void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, nframes_t nframes, bool);
        bool configure_io (ChanCount in, ChanCount out);
        bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const;
        int  set_block_size (nframes_t);