Improved ExportProfileManager error handling, and added some missing (?) initialization
[ardour.git] / libs / ardour / ardour / audiosource.h
index b11174abe8d64beaf400fefc23585a85c10ef634..d11b8296948436341048a4477af9cbcb7681eb1b 100644 (file)
@@ -111,9 +111,6 @@ class AudioSource : public Source, public boost::enable_shared_from_this<ARDOUR:
        int prepare_for_peakfile_writes ();
        void done_with_peakfile_writes (bool done = true);
 
-       std::vector<nframes64_t> transients;
-       std::string get_transients_path() const;
-
   protected:
        static bool _build_missing_peakfiles;
        static bool _build_peakfiles;
@@ -145,9 +142,7 @@ class AudioSource : public Source, public boost::enable_shared_from_this<ARDOUR:
                                         double samples_per_visual_peak, nframes_t fpp) const;
 
        int compute_and_write_peaks (Sample* buf, nframes_t first_frame, nframes_t cnt, bool force, 
-                                    bool intermediate_peaks_ready_signal, nframes_t frames_per_peak);
-
-       int load_transients (const std::string&);
+                                    bool intermediate_peaks_ready_signal, nframes_t frames_per_peak);  
 
   private:
        int peakfile;