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
|
@ -114,10 +114,6 @@ size_t SDL2Sink::SamplesInQueue() const {
|
|||
return total_size;
|
||||
}
|
||||
|
||||
void SDL2Sink::SetDevice(int device_id) {
|
||||
this->device_id = device_id;
|
||||
}
|
||||
|
||||
void SDL2Sink::Impl::Callback(void* impl_, u8* buffer, int buffer_size_in_bytes) {
|
||||
Impl* impl = reinterpret_cast<Impl*>(impl_);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue