sink: Remove unnecessary SetDevice method
Unused, doesn't do anything.
This commit is contained in:
parent
4564fc5baa
commit
05fc17b88a
6 changed files with 0 additions and 17 deletions
|
@ -120,8 +120,6 @@ size_t CubebSink::SamplesInQueue() const {
|
|||
return impl->queue.size() / 2;
|
||||
}
|
||||
|
||||
void CubebSink::SetDevice(int device_id) {}
|
||||
|
||||
long CubebSink::Impl::DataCallback(cubeb_stream* stream, void* user_data, const void* input_buffer,
|
||||
void* output_buffer, long num_frames) {
|
||||
Impl* impl = static_cast<Impl*>(user_data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue