card: get rid of description field which is unused

This commit is contained in:
Lennart Poettering 2009-06-17 03:16:13 +02:00
parent 4f44fe86fb
commit 279e0d678e

View file

@ -72,9 +72,8 @@ struct pa_card {
typedef struct pa_card_new_data {
char *name;
char *description;
pa_proplist *proplist;
const char *driver;
pa_module *module;