summaryrefslogtreecommitdiff
path: root/muse2/muse/patchbay/patchbay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/patchbay/patchbay.cpp')
-rw-r--r--muse2/muse/patchbay/patchbay.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/muse2/muse/patchbay/patchbay.cpp b/muse2/muse/patchbay/patchbay.cpp
deleted file mode 100644
index a03804e5..00000000
--- a/muse2/muse/patchbay/patchbay.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "patchbay.h"
-
-PatchBay::PatchBay (void) {
- _patchbay = new PatchBayBase (this, "patchbay");
- setCaption(tr("MusE: ALSA MIDI Patch Bay"));
-}
-
-PatchBay::~PatchBay (void) {
- if (_patchbay) delete _patchbay;
-}