summaryrefslogtreecommitdiff
path: root/apps/mixer.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-10-12 03:05:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-10-12 03:05:28 +0200
commitb5cbc933c90ce8d5e34a7bce3e7c500e41f6e243 (patch)
treec9cd570ed926b4a65de33fbea1135647b45dbfac /apps/mixer.h
parenttriggering language switch using midi works (diff)
language specific done data
Diffstat (limited to 'apps/mixer.h')
-rw-r--r--apps/mixer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/mixer.h b/apps/mixer.h
index ffa3104..5d9c666 100644
--- a/apps/mixer.h
+++ b/apps/mixer.h
@@ -46,7 +46,6 @@ typedef struct {
typedef struct {
const char* name_;
snd_rawmidi_t* output_;
- int pfd_count_;
slist_t langs_;
slist_t tasks_;
} mixer_t;