merge with master.
[ardour.git] / libs / ardour / ardour / smf_source.h
index 93adfd71f97ab91ad76ca3eb61925f5028331c73..84c45f9b3cf342be199c2e552c58daa74c715f12 100644 (file)
@@ -47,15 +47,6 @@ public:
 
        virtual ~SMFSource ();
 
-       /** Rename the file on disk referenced by this source to \param newname
-        *
-        * This method exists only for MIDI file sources, not for audio, which 
-        * can never be renamed. It exists for MIDI so that we can get
-        * consistent and sane region/source numbering when regions are added
-        * manually (which never happens with audio).
-        */
-       int rename (const std::string& name);
-
         bool safe_file_extension (const std::string& path) const {
                return safe_midi_file_extension(path);
        }