aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/core.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-07-02 02:08:26 +0200
committercbdev <cb@cbcdn.com>2021-07-02 02:08:26 +0200
commit1654245bf80013a96434cb4c60e6583ab7522f1b (patch)
tree665ade2185e5eab4f8415462db14ba5eb84777b6 /core/core.c
parent6a3f12be67f70f07d3ae93edfd7b14c02c61f68f (diff)
downloadmidimonster-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.c1
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;