diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-08-04 19:49:33 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-08-04 19:49:33 +0200 |
commit | 03cd37eb78f470f4b483e14affb633fcd00efd04 (patch) | |
tree | 8c40e1ee31db4272677114286e6d330f226f2c64 /src/pulse/introspect.h | |
parent | 7de3ab56d8f37acb27b983c78aca9dbba18f1c81 (diff) |
remove port definitions from header file since they are not actually used yet
Diffstat (limited to 'src/pulse/introspect.h')
-rw-r--r-- | src/pulse/introspect.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h index 6a6755e7..35a80f67 100644 --- a/src/pulse/introspect.h +++ b/src/pulse/introspect.h @@ -210,11 +210,6 @@ PA_C_DECL_BEGIN -#define PA_PORT_DIGITAL "spdif" -#define PA_PORT_ANALOG_STEREO "analog-stereo" -#define PA_PORT_ANALOG_5_1 "analog-5-1" -#define PA_PORT_ANALOG_4_0 "analog-4-0" - /** @{ \name Sinks */ /** Stores information about sinks. Please note that this structure |