summaryrefslogtreecommitdiff
path: root/muse2/muse/patchbay/patchbay.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/patchbay/patchbay.h')
-rw-r--r--muse2/muse/patchbay/patchbay.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/muse2/muse/patchbay/patchbay.h b/muse2/muse/patchbay/patchbay.h
deleted file mode 100644
index 14f51a82..00000000
--- a/muse2/muse/patchbay/patchbay.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __MUSE_PATCHBAY_H__
-#define __MUSE_PATCHBAY_H__
-
-#include "cobject.h"
-#include "patchbaybase.h"
-
-class PatchBay : public TopWin {
- Q_OBJECT
- PatchBayBase * _patchbay;
-
-public:
- PatchBay (void);
- ~PatchBay (void);
-};
-
-#endif /* __MUSE_PATCHBAY_H__ */ \ No newline at end of file