aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.h
diff options
context:
space:
mode:
Diffstat (limited to 'midimonster.h')
-rw-r--r--midimonster.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/midimonster.h b/midimonster.h
index a3e5e1f..cffbf67 100644
--- a/midimonster.h
+++ b/midimonster.h
@@ -179,8 +179,6 @@ channel* mm_channel(instance* i, uint64_t ident, uint8_t create);
/*
* Register a file descriptor to be selected on. The backend
* will be notified via the mmbackend_process_fd call.
- * This function may only be called from within the mmbackend_start
- * procedure.
*/
int mm_manage_fd(int fd, char* backend, int manage, void* impl);
/*