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
|
@ -32,12 +32,6 @@ public:
|
|||
/// Samples enqueued that have not been played yet.
|
||||
virtual std::size_t SamplesInQueue() const = 0;
|
||||
|
||||
/**
|
||||
* Sets the desired output device.
|
||||
* @param device_id ID of the desired device.
|
||||
*/
|
||||
virtual void SetDevice(int device_id) = 0;
|
||||
|
||||
/// Returns the list of available devices.
|
||||
virtual std::vector<std::string> GetDeviceList() const = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue