mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
card: get rid of description field which is unused
This commit is contained in:
parent
4f44fe86fb
commit
279e0d678e
1 changed files with 1 additions and 2 deletions
|
|
@ -72,9 +72,8 @@ struct pa_card {
|
||||||
|
|
||||||
typedef struct pa_card_new_data {
|
typedef struct pa_card_new_data {
|
||||||
char *name;
|
char *name;
|
||||||
char *description;
|
|
||||||
|
|
||||||
pa_proplist *proplist;
|
pa_proplist *proplist;
|
||||||
|
|
||||||
const char *driver;
|
const char *driver;
|
||||||
pa_module *module;
|
pa_module *module;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue