diff options
Diffstat (limited to 'src/PatchagePort.h')
-rw-r--r-- | src/PatchagePort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchagePort.h b/src/PatchagePort.h index 4552b85..6109fba 100644 --- a/src/PatchagePort.h +++ b/src/PatchagePort.h @@ -32,7 +32,7 @@ using namespace FlowCanvas; using std::string; using std::list; -enum PortType { JACK_ANY, JACK_AUDIO, JACK_MIDI, ALSA_MIDI }; +enum PortType { JACK_AUDIO, JACK_MIDI, ALSA_MIDI }; /** A Port on a PatchageModule |