diff options
author | cbdev <cb@cbcdn.com> | 2021-07-02 02:08:26 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-07-02 02:08:26 +0200 |
commit | 1654245bf80013a96434cb4c60e6583ab7522f1b (patch) | |
tree | 665ade2185e5eab4f8415462db14ba5eb84777b6 /core/core.c | |
parent | 6a3f12be67f70f07d3ae93edfd7b14c02c61f68f (diff) | |
download | midimonster-1654245bf80013a96434cb4c60e6583ab7522f1b.tar.gz midimonster-1654245bf80013a96434cb4c60e6583ab7522f1b.tar.bz2 midimonster-1654245bf80013a96434cb4c60e6583ab7522f1b.zip |
Add frontend interval API
Diffstat (limited to 'core/core.c')
-rw-r--r-- | core/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/core.c b/core/core.c index 2f5ca40..8554f03 100644 --- a/core/core.c +++ b/core/core.c @@ -20,7 +20,6 @@ #include "config.h" static struct { - //static size_t fds = 0; size_t n; int max; managed_fd* fd; |