diff options
Diffstat (limited to 'sound/core/seq/seq_clientmgr.h')
-rw-r--r-- | sound/core/seq/seq_clientmgr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/core/seq/seq_clientmgr.h b/sound/core/seq/seq_clientmgr.h index 9df562425e3..7131d218dc7 100644 --- a/sound/core/seq/seq_clientmgr.h +++ b/sound/core/seq/seq_clientmgr.h @@ -40,9 +40,6 @@ struct snd_seq_user_client { }; struct snd_seq_kernel_client { - struct snd_card *card; - /* pointer to client functions */ - void *private_data; /* private data for client */ /* ... */ }; |