summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-17 03:16:13 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-17 03:16:13 +0200
commit279e0d678e15124f30f3c1a737ddadac1102f735 (patch)
treef448745836abff73194d20b287252480a9748630 /src
parent4f44fe86fb87076081149b2a2af9392d7fea7c8d (diff)
card: get rid of description field which is unused
Diffstat (limited to 'src')
-rw-r--r--src/pulsecore/card.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pulsecore/card.h b/src/pulsecore/card.h
index aacb24da..2d691b67 100644
--- a/src/pulsecore/card.h
+++ b/src/pulsecore/card.h
@@ -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;