diff options
author | Paul Adenot <[email protected]> | 2019-08-21 17:34:40 +0200 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2019-08-22 10:11:25 +1200 |
commit | 8c3e32bd24933f82220b66c88c845c4b2bdf28e7 (patch) | |
tree | 9250ea5fbb481108fd765c8d611f4317cd104ce0 /src/cubeb_audiotrack.c | |
parent | 323ced80197a2b3441d28bb12a4e53d4c30e0221 (diff) | |
download | cubeb-8c3e32bd24933f82220b66c88c845c4b2bdf28e7.tar.gz cubeb-8c3e32bd24933f82220b66c88c845c4b2bdf28e7.zip |
Remove panning API from cubeb
This is best done by the host application, and had very little
implementation anyways.
Diffstat (limited to 'src/cubeb_audiotrack.c')
-rw-r--r-- | src/cubeb_audiotrack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cubeb_audiotrack.c b/src/cubeb_audiotrack.c index 0f4dfbb..22f1fe0 100644 --- a/src/cubeb_audiotrack.c +++ b/src/cubeb_audiotrack.c @@ -434,7 +434,6 @@ static struct cubeb_ops const audiotrack_ops = { .stream_get_position = audiotrack_stream_get_position, .stream_get_latency = audiotrack_stream_get_latency, .stream_set_volume = audiotrack_stream_set_volume, - .stream_set_panning = NULL, .stream_get_current_device = NULL, .stream_device_destroy = NULL, .stream_register_device_changed_callback = NULL, |