Removed set/get volume as we are not going to use it for now

This commit is contained in:
2022-05-21 02:41:45 +02:00
parent 49c06fceb5
commit 0ae67ff35b
4 changed files with 1 additions and 21 deletions

View File

@@ -2,7 +2,4 @@
namespace avrcp {
void init();
uint8_t get_volume();
void set_volume(uint8_t volume);
}