[AFV] Disabled the device output functions (not used)

Remark: might be used in AFV client, hence kept
This commit is contained in:
Klaus Basan
2020-04-23 22:58:07 +02:00
committed by Mat Sutcliffe
parent 7d51bedc3e
commit 8848faadfa
6 changed files with 12 additions and 0 deletions

View File

@@ -106,10 +106,12 @@ namespace BlackCore
bool setVolume(double volume);
//! @}
/* disabled as not needed
//! The device's volume 0..1 @{
double getDeviceInputVolume() const;
bool setDeviceInputVolume(double volume);
//! @}
*/
//! Started?
bool started() const { return m_started; }