diff --git a/internal/pipewire/pipewire.go b/internal/pipewire/pipewire.go index c3f57bf..2046f62 100644 --- a/internal/pipewire/pipewire.go +++ b/internal/pipewire/pipewire.go @@ -652,357 +652,3 @@ func closeReceivedFiles(fds ...int) { // Close frees the underlying buffer and closes the connection. func (ctx *Context) Close() error { ctx.free(); return ctx.conn.Close() } - -/* pipewire/device.h */ - -const ( - PW_TYPE_INTERFACE_Device = PW_TYPE_INFO_INTERFACE_BASE + "Device" - PW_DEVICE_PERM_MASK = PW_PERM_RWXM - PW_VERSION_DEVICE = 3 -) - -const ( - PW_DEVICE_CHANGE_MASK_PROPS = 1 << iota - PW_DEVICE_CHANGE_MASK_PARAMS - - PW_DEVICE_CHANGE_MASK_ALL = 1<