aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.h
diff options
context:
space:
mode:
Diffstat (limited to 'midimonster.h')
-rw-r--r--midimonster.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/midimonster.h b/midimonster.h
index bb1eb24..2c29956 100644
--- a/midimonster.h
+++ b/midimonster.h
@@ -202,7 +202,7 @@ typedef struct _backend_channel {
} channel;
/*
- * File descriptor management structure
+ * File descriptor structure passed for backend handling
* Register for the core event loop using mm_manage_fd()
*/
typedef struct _managed_fd {
@@ -211,13 +211,6 @@ typedef struct _managed_fd {
void* impl;
} managed_fd;
-/* Internal channel mapping structure - Core use only */
-typedef struct /*_mm_channel_mapping*/ {
- channel* from;
- size_t destinations;
- channel** to;
-} channel_mapping;
-
/*
* Register a new backend.
*/