mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
[AFV] Disabled the device output functions (not used)
Remark: might be used in AFV client, hence kept
This commit is contained in:
committed by
Mat Sutcliffe
parent
7d51bedc3e
commit
8848faadfa
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user