Remove some unused code.
[ardour.git] / libs / ardour / ardour / source.h
index b8b3c9c229fa5095162b022adf7b9e1d0868e6fa..64dd88d094fd5492326715a0816fbe2c327d0e39 100644 (file)
@@ -84,7 +84,6 @@ class Source : public SessionObject
        virtual bool length_mutable() const    { return false; }
 
        static PBD::Signal1<void,Source*>             SourceCreated;
-       PBD::Signal1<void,boost::shared_ptr<Source> > Switched;
 
        bool has_been_analysed() const;
        virtual bool can_be_analysed() const { return false; }