Remove dead code
authorDavid Robillard <d@drobilla.net>
Tue, 8 Nov 2016 18:52:44 +0000 (13:52 -0500)
committerDavid Robillard <d@drobilla.net>
Tue, 8 Nov 2016 18:52:44 +0000 (13:52 -0500)
libs/ardour/ardour/midi_source.h
libs/ardour/midi_source.cc

index 29f88773a90f5087bf18dc324fd0117671ae97ab..48152637395faf4e66081d0312cbbd85819e3623 100644 (file)
@@ -162,8 +162,6 @@ class LIBARDOUR_API MidiSource : virtual public Source, public boost::enable_sha
        std::string captured_for() const               { return _captured_for; }
        void        set_captured_for (std::string str) { _captured_for = str; }
 
-       static PBD::Signal1<void,MidiSource*> MidiSourceCreated;
-
        XMLNode& get_state ();
        int set_state (const XMLNode&, int version);
 
index a8491e06a13074198b10fbd27f92d391fd813254..d675662a6a58f061b971e57b924673399fa19dda 100644 (file)
@@ -56,8 +56,6 @@ using namespace std;
 using namespace ARDOUR;
 using namespace PBD;
 
-PBD::Signal1<void,MidiSource*> MidiSource::MidiSourceCreated;
-
 MidiSource::MidiSource (Session& s, string name, Source::Flag flags)
        : Source(s, DataType::MIDI, name, flags)
        , _writing(false)