sink: Remove unnecessary SetDevice method
Unused, doesn't do anything.
This commit is contained in:
@@ -22,7 +22,6 @@ public:
|
||||
size_t SamplesInQueue() const override;
|
||||
|
||||
std::vector<std::string> GetDeviceList() const override;
|
||||
void SetDevice(int device_id) override;
|
||||
|
||||
private:
|
||||
struct Impl;
|
||||
|
Reference in New Issue
Block a user