13
0

NO-OP: whitespace

This commit is contained in:
Robin Gareus 2017-06-22 18:08:38 +02:00
parent 7af5de2074
commit faa52a3349

View File

@ -580,13 +580,11 @@ public:
void curve_reallocate ();
virtual void set_block_size (pframes_t nframes);
protected:
virtual framecnt_t check_initial_delay (framecnt_t nframes, framepos_t&) { return nframes; }
void fill_buffers_with_input (BufferSet& bufs, boost::shared_ptr<IO> io, pframes_t nframes);
void passthru (BufferSet&, framepos_t start_frame, framepos_t end_frame,
pframes_t nframes, int declick);
void passthru (BufferSet&, framepos_t start_frame, framepos_t end_frame, pframes_t nframes, int declick);
virtual void write_out_of_band_data (BufferSet& /* bufs */, framepos_t /* start_frame */, framepos_t /* end_frame */,
framecnt_t /* nframes */) {}
@ -661,7 +659,6 @@ public:
virtual ChanCount input_streams () const;
protected:
virtual XMLNode& state(bool);
int configure_processors (ProcessorStreams*);