initial volley of work for AudioPlaylistSource, the basic prototype for sources-that...
[ardour.git] / libs / ardour / ardour / source.h
index 3df5929a6d851a0cb6dc59a7e16b568af28a3b6d..aadb7a51b31df083b015ec8d49815e9b3619c729 100644 (file)
@@ -64,8 +64,6 @@ class Source : public SessionObject
        virtual framecnt_t length (framepos_t pos) const = 0;
        virtual void       update_length (framepos_t pos, framecnt_t cnt) = 0;
 
-       virtual const std::string& path() const = 0;
-
        virtual framepos_t natural_position() const { return 0; }
 
        void mark_for_remove();