diff options
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; |