mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-16 07:20:52 +00:00
avrcp_cover_art_client: remove unused declaration
This commit is contained in:
parent
fc6c541f54
commit
a4f15ccd77
@ -76,8 +76,6 @@ const char * avrcp_cover_art_linked_thumbnail_type = "x-bt/img-thm";
|
||||
|
||||
static btstack_linked_list_t avrcp_cover_art_client_connections;
|
||||
|
||||
static void avrcp_browsing_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size);
|
||||
|
||||
static uint16_t avrcp_cover_art_client_next_cid() {
|
||||
static uint16_t cid = 0;
|
||||
cid++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user