armbox: remove audiomixers

Origin commit data
------------------
Branch: master
Commit: 0fc12438db
Author: TangoCash <eric@loxat.de>
Date: 2017-10-07 (Sat, 07 Oct 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-10-07 23:02:24 +02:00
parent 3ebc3e8722
commit 4d403df906
3 changed files with 11 additions and 6 deletions

View File

@@ -100,10 +100,12 @@ class cAudio
void ScheduleMute(bool On);
void EnableAnalogOut(bool enable);
#if 0
void openMixers(void);
void closeMixers(void);
void setMixerVolume(const char *name, long value, bool remember = true);
void muteMixers(bool m = true);
#endif
};
#endif