make 3.0 catch up with transport and other changes in 2.X (hand applied, not merged)
[ardour.git] / libs / ardour / ardour / audiosource.h
index eebd1dd5d9d437055b1f7477a7916a9157309184..328a23ac19a8ca19eb077e66a302523945aeef67 100644 (file)
@@ -79,7 +79,7 @@ class AudioSource : virtual public Source,
        mutable sigc::signal<void,nframes_t,nframes_t>  PeakRangeReady;
 
        XMLNode& get_state ();
-       int set_state (const XMLNode&, int version = 3000);
+       int set_state (const XMLNode&, int version);
 
        int rename_peakfile (Glib::ustring newpath);
        void touch_peakfile ();
@@ -141,8 +141,6 @@ class AudioSource : virtual public Source,
        nframes_t peak_leftover_size;
        Sample*   peak_leftovers;
        nframes_t peak_leftover_frame;
-
-       bool file_changed (Glib::ustring path);
 };
 
 }