mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
bluez: Remove compatibility check for DBUS_TYPE_UNIX_FD
Since commit c89b589a586e97ad875fbdd1d41f03979157ebb0, D-Bus >= 1.4.0 is required. This version already contains Unix FD passing support, therefore code that checks for DBUS_TYPE_UNIX_FD definition is unnecessary.
This commit is contained in:
parent
54b8979d67
commit
f40d5135f0
1 changed files with 0 additions and 4 deletions
|
@ -64,10 +64,6 @@ GST_DEBUG_CATEGORY_STATIC (avdtp_sink_debug);
|
|||
g_mutex_unlock(s->sink_lock); \
|
||||
} G_STMT_END
|
||||
|
||||
#ifndef DBUS_TYPE_UNIX_FD
|
||||
#define DBUS_TYPE_UNIX_FD -1
|
||||
#endif
|
||||
|
||||
struct bluetooth_data
|
||||
{
|
||||
struct bt_get_capabilities_rsp *caps; /* Bluetooth device caps */
|
||||
|
|
Loading…
Reference in a new issue