diff options
author | Michal Ratajsky <[email protected]> | 2016-01-04 21:50:08 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2016-01-05 11:18:38 +0100 |
commit | c03e76c83ed49335390cdb9e3a8e63df4d73e0c5 (patch) | |
tree | de057f689b582f23f63d348530c0d27a0c9518cb /backends/pulse/pulse-stream-control.h | |
parent | 299e1a26e5eb5d6625feba2a9db017f43d9d853c (diff) | |
download | libmatemixer-c03e76c83ed49335390cdb9e3a8e63df4d73e0c5.tar.bz2 libmatemixer-c03e76c83ed49335390cdb9e3a8e63df4d73e0c5.tar.xz |
pulse: Use own PulseAudio connection in stream controls
Diffstat (limited to 'backends/pulse/pulse-stream-control.h')
-rw-r--r-- | backends/pulse/pulse-stream-control.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/pulse/pulse-stream-control.h b/backends/pulse/pulse-stream-control.h index c37d6eb..ae1bb26 100644 --- a/backends/pulse/pulse-stream-control.h +++ b/backends/pulse/pulse-stream-control.h @@ -41,8 +41,6 @@ G_BEGIN_DECLS #define PULSE_STREAM_CONTROL_GET_CLASS(o) \ (G_TYPE_INSTANCE_GET_CLASS ((o), PULSE_TYPE_STREAM_CONTROL, PulseStreamControlClass)) -#define PULSE_STREAM_CONTROL_GET_CONNECTION(psc) \ - (pulse_stream_get_connection (PULSE_STREAM (mate_mixer_stream_control_get_stream (MATE_MIXER_STREAM_CONTROL (psc))))) #define PULSE_STREAM_CONTROL_GET_STREAM_INDEX(psc) \ (pulse_stream_get_index (PULSE_STREAM (mate_mixer_stream_control_get_stream (MATE_MIXER_STREAM_CONTROL (psc))))) |