pipewire/capabilities: Remove left-over macro defiition

This was used for a previous iteration, that used tags, and was replaced
with PW_CAPABILITY_DEVICE_ID_NEGOTIATION.
This commit is contained in:
Jonas Ådahl 2026-03-09 16:24:10 +01:00 committed by Wim Taymans
parent f7bb4c95ed
commit c745582ef5

View file

@ -31,8 +31,6 @@ extern "C" {
*/
#define PW_CAPABILITY_DEVICE_IDS "pipewire.device-ids"
#define PW_CAPABILITY_DEVICE_ID "pipewire.device-id" /**< Link capable of device Id negotation */
/** \}
*/