diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 03:05:28 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 03:05:28 +0200 |
commit | b5cbc933c90ce8d5e34a7bce3e7c500e41f6e243 (patch) | |
tree | c9cd570ed926b4a65de33fbea1135647b45dbfac /apps/mixer.h | |
parent | triggering language switch using midi works (diff) |
language specific done data
Diffstat (limited to 'apps/mixer.h')
-rw-r--r-- | apps/mixer.h | 1 |
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; |