Remove dead code

This commit is contained in:
David Robillard 2016-11-08 13:52:44 -05:00
parent 5438c94765
commit 72297c0ca3
2 changed files with 0 additions and 4 deletions

View 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);

View 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)