mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
bluetooth: drop PA_BT_AUDIO_STATE_LAST since it is unused and we normally call that _MAX anyway
This commit is contained in:
parent
011add1c83
commit
5c90cf2d6a
1 changed files with 1 additions and 2 deletions
|
|
@ -59,8 +59,7 @@ typedef enum pa_bt_audio_state {
|
|||
PA_BT_AUDIO_STATE_DISCONNECTED,
|
||||
PA_BT_AUDIO_STATE_CONNECTING,
|
||||
PA_BT_AUDIO_STATE_CONNECTED,
|
||||
PA_BT_AUDIO_STATE_PLAYING,
|
||||
PA_BT_AUDIO_STATE_LAST
|
||||
PA_BT_AUDIO_STATE_PLAYING
|
||||
} pa_bt_audio_state_t;
|
||||
|
||||
struct pa_bluetooth_device {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue