mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
Remove dead code
This commit is contained in:
parent
5438c94765
commit
72297c0ca3
2 changed files with 0 additions and 4 deletions
|
|
@ -162,8 +162,6 @@ class LIBARDOUR_API MidiSource : virtual public Source, public boost::enable_sha
|
||||||
std::string captured_for() const { return _captured_for; }
|
std::string captured_for() const { return _captured_for; }
|
||||||
void set_captured_for (std::string str) { _captured_for = str; }
|
void set_captured_for (std::string str) { _captured_for = str; }
|
||||||
|
|
||||||
static PBD::Signal1<void,MidiSource*> MidiSourceCreated;
|
|
||||||
|
|
||||||
XMLNode& get_state ();
|
XMLNode& get_state ();
|
||||||
int set_state (const XMLNode&, int version);
|
int set_state (const XMLNode&, int version);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,8 +56,6 @@ using namespace std;
|
||||||
using namespace ARDOUR;
|
using namespace ARDOUR;
|
||||||
using namespace PBD;
|
using namespace PBD;
|
||||||
|
|
||||||
PBD::Signal1<void,MidiSource*> MidiSource::MidiSourceCreated;
|
|
||||||
|
|
||||||
MidiSource::MidiSource (Session& s, string name, Source::Flag flags)
|
MidiSource::MidiSource (Session& s, string name, Source::Flag flags)
|
||||||
: Source(s, DataType::MIDI, name, flags)
|
: Source(s, DataType::MIDI, name, flags)
|
||||||
, _writing(false)
|
, _writing(false)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue