sink: Remove unnecessary SetDevice method

Unused, doesn't do anything.
This commit is contained in:
MerryMage 2018-07-02 13:23:40 +01:00
parent 4564fc5baa
commit 05fc17b88a
6 changed files with 0 additions and 17 deletions

View file

@ -24,8 +24,6 @@ public:
return 0;
}
void SetDevice(int device_id) override {}
std::vector<std::string> GetDeviceList() const override {
return {};
}