NO-OP: whitespace
[ardour.git] / libs / ardour / ardour / disk_io.h
index 2c34cbfacf5d50fc77125cdd59fbd82f341ba295..74eede7644d03d4ac37b66f5aba8f357137abf39 100644 (file)
@@ -165,8 +165,9 @@ class LIBARDOUR_API DiskIOProcessor : public Processor
                /* used only by capture */
                boost::shared_ptr<AudioFileSource> write_source;
                PBD::RingBufferNPT<CaptureTransition> * capture_transition_buf;
-               // the following are used in the butler thread only
-               samplecnt_t                     curr_capture_cnt;
+
+               /* used in the butler thread only */
+               samplecnt_t curr_capture_cnt;
 
                void resize (samplecnt_t);
        };
@@ -191,7 +192,6 @@ class LIBARDOUR_API DiskIOProcessor : public Processor
        MidiRingBuffer<samplepos_t>*  _midi_buf;
        gint                         _samples_written_to_ringbuffer;
        gint                         _samples_read_from_ringbuffer;
-       CubicMidiInterpolation        midi_interpolation;
 
        static void get_location_times (const Location* location, samplepos_t* start, samplepos_t* end, samplepos_t* length);
 };