aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_jack.cpp
diff options
context:
space:
mode:
authorPaul Adenot <[email protected]>2019-08-21 17:34:40 +0200
committerMatthew Gregan <[email protected]>2019-08-22 10:11:25 +1200
commit8c3e32bd24933f82220b66c88c845c4b2bdf28e7 (patch)
tree9250ea5fbb481108fd765c8d611f4317cd104ce0 /src/cubeb_jack.cpp
parent323ced80197a2b3441d28bb12a4e53d4c30e0221 (diff)
downloadcubeb-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_jack.cpp')
-rw-r--r--src/cubeb_jack.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cubeb_jack.cpp b/src/cubeb_jack.cpp
index 3632da5..3823ee9 100644
--- a/src/cubeb_jack.cpp
+++ b/src/cubeb_jack.cpp
@@ -130,7 +130,6 @@ static struct cubeb_ops const cbjack_ops = {
.stream_get_position = cbjack_stream_get_position,
.stream_get_latency = cbjack_get_latency,
.stream_set_volume = cbjack_stream_set_volume,
- .stream_set_panning = NULL,
.stream_get_current_device = cbjack_stream_get_current_device,
.stream_device_destroy = cbjack_stream_device_destroy,
.stream_register_device_changed_callback = NULL,