aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_jack.cpp
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2021-02-17 13:28:51 +1300
committerMatthew Gregan <[email protected]>2021-02-17 22:05:37 +1300
commit8942382280721117900072945767cece14eef046 (patch)
tree8eaf1f4f11b14da73a6e62b017755e97f800f31a /src/cubeb_jack.cpp
parent9beb8ed0c91f1b6ed7769d2c28c94a1d78b6c6f1 (diff)
downloadcubeb-8942382280721117900072945767cece14eef046.tar.gz
cubeb-8942382280721117900072945767cece14eef046.zip
Remove cubeb_stream_reset_default_device API.
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 4d5b722..1a1305f 100644
--- a/src/cubeb_jack.cpp
+++ b/src/cubeb_jack.cpp
@@ -135,7 +135,6 @@ static struct cubeb_ops const cbjack_ops = {
.stream_destroy = cbjack_stream_destroy,
.stream_start = cbjack_stream_start,
.stream_stop = cbjack_stream_stop,
- .stream_reset_default_device = NULL,
.stream_get_position = cbjack_stream_get_position,
.stream_get_latency = cbjack_get_latency,
.stream_get_input_latency = NULL,