Skip to content

Commit

Permalink
A2DPSink: Remove transmit callback field
Browse files Browse the repository at this point in the history
  • Loading branch information
SomebodyOdd committed Jan 16, 2025
1 parent c9f9018 commit b11c465
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/BluetoothAudio/src/A2DPSink.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ class A2DPSink {
bool _connected = false;

// Callbacks
void (*_transmitCB)(void *) = nullptr;
void *_transmitData;
void (*_avrcpCB)(void *, avrcp_operation_id_t, int) = nullptr;
void *_avrcpData;
void (*_batteryCB)(void *, avrcp_battery_status_t) = nullptr;
Expand Down

0 comments on commit b11c465

Please sign in to comment.